refactor: ajusta css da galeria

This commit is contained in:
Rafael Sampaio de Oliveira 2022-10-11 08:26:40 -03:00
parent 1be8f3efd9
commit c3cbabdf64

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%;
}
}