mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
made leaderboards larged, reduced font size
This commit is contained in:
parent
9ef3513878
commit
657efb9fb7
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,7 @@ a:hover {
|
|||
padding: 5rem 0;
|
||||
|
||||
#leaderboards {
|
||||
width: 75vw;
|
||||
width: 85vw;
|
||||
height: calc(100vh - 10rem);
|
||||
background: var(--bg-color);
|
||||
border-radius: var(--roundness);
|
||||
|
@ -208,6 +208,7 @@ a:hover {
|
|||
gap: 1rem;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
margin-bottom: 2rem;
|
||||
font-size: .8rem;
|
||||
|
||||
.globalTableWrapper,
|
||||
.dailyTableWrapper {
|
||||
|
|
Loading…
Reference in a new issue