mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🏮🎂 Checkpoint
./style.css:18108132/343
This commit is contained in:
parent
cd59eebd0c
commit
f8c33f7cb4
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue