development #14

Merged
Rafael_Sampaio_de_Oliveira merged 27 commits from development into main 2022-10-11 23:34:51 +00:00
Showing only changes of commit c3cbabdf64 - Show all commits

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