refactor: ajusta css da galeria
This commit is contained in:
parent
1be8f3efd9
commit
c3cbabdf64
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user