mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🌛🛍 Checkpoint
./style.css:18108127/543
This commit is contained in:
parent
4fb615e1e2
commit
93af6e962e
1 changed files with 32 additions and 1 deletions
33
style.css
33
style.css
|
|
@ -260,6 +260,14 @@ strong {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.card {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.left-card {
|
||||
padding: 4rem 2rem;
|
||||
}
|
||||
|
||||
.score-container {
|
||||
margin-left: 0;
|
||||
margin-top: 2rem;
|
||||
|
|
@ -269,4 +277,27 @@ strong {
|
|||
.left-card, .score-container {
|
||||
min-width: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
.ribbon-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.score-title {
|
||||
color: hsla(208, 80%, 60%, 1);
|
||||
text-shadow: none;
|
||||
transform: none;
|
||||
left: 0;
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.fa-trophy {
|
||||
font-size: 3em;
|
||||
top: -48px;
|
||||
left: auto;
|
||||
transform: translateX(-59%);
|
||||
}
|
||||
}
|
||||
|
||||
@media ()
|
||||
Loading…
Reference in a new issue