🌕🍵 Checkpoint

./style.css:18108127/101
./index.html:18108127/57
./script.js:18108127/348
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 23:55:26 +00:00
parent 71d43a4f04
commit 3ebad991d8
2 changed files with 7 additions and 3 deletions

View file

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

View file

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