mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🏅🏣 Checkpoint
./style.css:18108127/332 ./index.html:18108127/26
This commit is contained in:
parent
93af6e962e
commit
71d43a4f04
2 changed files with 12 additions and 2 deletions
|
|
@ -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="">
|
||||
|
|
|
|||
12
style.css
12
style.css
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue