Merge pull request 'refactor: ajusta css dos cards' (#9) from refactor/cards_estilo into development

Reviewed-on: #9
This commit is contained in:
Rafael Sampaio de Oliveira 2022-10-11 13:44:15 +00:00
commit ae415feca8

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