mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🏬🏀 Checkpoint
./style.css:18108132/522
This commit is contained in:
parent
22fc5d7a1f
commit
266487f9e3
1 changed files with 10 additions and 1 deletions
11
style.css
11
style.css
|
|
@ -208,11 +208,13 @@ strong {
|
|||
padding-top: 1.3rem;
|
||||
}
|
||||
|
||||
|
||||
.user-scores h2 {
|
||||
color: hsla(208, 80%, 60%, 1);
|
||||
}
|
||||
|
||||
#user-scores {
|
||||
max-height: 85%;
|
||||
}
|
||||
|
||||
.ribbon-tail {
|
||||
position: absolute;
|
||||
|
|
@ -221,3 +223,10 @@ strong {
|
|||
z-index: 1;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
@media(max-height: 865px) {
|
||||
#user-scores {
|
||||
max-height: 73%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue