Merge pull request 'refactor: ajusta css da galeria' (#8) from refactor/galeria_estilo into development
Reviewed-on: #8
This commit is contained in:
commit
3ba0156c40
@ -104,12 +104,12 @@ header {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cards img {
|
.cards-container img {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 27px;
|
margin-bottom: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cards p {
|
.cards-container p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
@ -223,3 +223,10 @@ header {
|
|||||||
width: 94%;
|
width: 94%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 600px) and (max-width: 1241px) {
|
||||||
|
.image03 {
|
||||||
|
position: relative;
|
||||||
|
left: 54%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user