Merge pull request 'refactor: ajusta css da galeria' (#8) from refactor/galeria_estilo into development

Reviewed-on: #8
This commit is contained in:
Rafael Sampaio de Oliveira 2022-10-11 11:28:41 +00:00
commit 3ba0156c40

View File

@ -104,12 +104,12 @@ header {
width: 100%;
}
.cards img {
.cards-container img {
display: block;
margin-bottom: 27px;
}
.cards p {
.cards-container p {
text-align: center;
font-size: 16px;
line-height: 24px;
@ -223,3 +223,10 @@ header {
width: 94%;
}
}
@media (min-width: 600px) and (max-width: 1241px) {
.image03 {
position: relative;
left: 54%;
}
}