🏮🎂 Checkpoint

./style.css:18108132/343
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 21:32:29 +00:00
parent cd59eebd0c
commit f8c33f7cb4

View file

@ -229,4 +229,14 @@ strong {
max-height: 73%;
overflow-y: auto;
}
}
@media(max-width: 760px) {
.cards-row {
flex-direction: column;
justify-content: center;
align-items: center;
}
.card
}