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 d9b0382e10 - Show all commits

View File

@ -230,3 +230,15 @@ header {
left: 54%;
}
}
@media (min-width: 1623px) and (max-width: 1912px) {
.cards-container {
width: 75%;
}
}
@media (min-width: 1264px) and (max-width: 1622px) {
.cards-container {
width: 90%;
}
}