mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🌕🍵 Checkpoint
./style.css:18108127/101 ./index.html:18108127/57 ./script.js:18108127/348
This commit is contained in:
parent
71d43a4f04
commit
3ebad991d8
2 changed files with 7 additions and 3 deletions
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
|
||||
<div id="score-container" class="card score-container">
|
||||
<i class="fas fa-trophy"></i>
|
||||
<i class="fas fa-trophy" id="scores-trophy"></i>
|
||||
<h2 class="user-scores score-title">
|
||||
Leaderboard
|
||||
</h2>
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ strong {
|
|||
}
|
||||
|
||||
.card {
|
||||
height: auto;
|
||||
height:100%
|
||||
}
|
||||
|
||||
.left-card {
|
||||
|
|
@ -298,11 +298,15 @@ strong {
|
|||
left: auto;
|
||||
transform: translateX(-59%);
|
||||
}
|
||||
|
||||
#user-scores h2 {
|
||||
margin-top: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 860px) {
|
||||
.fa-trophy {
|
||||
font-size: 25vh;
|
||||
font-size: 27vh;
|
||||
bottom: 0;
|
||||
transform: translateX(-62%) translateY(26%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue