🏅🏣 Checkpoint

./style.css:18108127/332
./index.html:18108127/26
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 23:43:15 +00:00
parent 93af6e962e
commit 71d43a4f04
2 changed files with 12 additions and 2 deletions

View file

@ -42,7 +42,7 @@
<div id="score-container" class="card score-container">
<i class="fas fa-trophy"></i>
<h2 class="user-scores score-title">
User Scores
Leaderboard
</h2>
<div class="ribbon-wrapper">
<img class="ribbon-tail" src="https://cdn.glitch.com/56d96ce9-5171-477f-8560-558ec3af0051%2Fribbon-tail.svg?v=1596043434209" alt="">

View file

@ -300,4 +300,14 @@ strong {
}
}
@media ()
@media (max-width: 860px) {
.fa-trophy {
font-size: 25vh;
bottom: 0;
transform: translateX(-62%) translateY(26%);
}
.score-container {
overflow: hidden;
}
}