🏬🏀 Checkpoint

./style.css:18108132/522
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 20:07:27 +00:00
parent 22fc5d7a1f
commit 266487f9e3

View file

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