mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🎨🖼 Checkpoint
./style.css:18108127/310
This commit is contained in:
parent
97815634e4
commit
08f40f7d81
1 changed files with 15 additions and 0 deletions
15
style.css
15
style.css
|
|
@ -248,4 +248,19 @@ strong {
|
|||
max-height: 73%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.cards-row {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.score-container {
|
||||
margin-left: 0;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue