mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 09:16:13 +08:00
reduced scale on narrow screens
This commit is contained in:
parent
089e11250d
commit
5a889865a8
1 changed files with 7 additions and 0 deletions
|
|
@ -755,6 +755,13 @@
|
|||
#commandLineWrapper {
|
||||
padding: 5rem 1rem;
|
||||
}
|
||||
.pageSettings .section.themes .customTheme.button.active,
|
||||
.pageSettings .section.themes .theme.button.active {
|
||||
transform: scale(1.025);
|
||||
}
|
||||
.pageSettings .section.themes .buttons div.theme:hover {
|
||||
transform: scale(1.025);
|
||||
}
|
||||
.profile .pbsWords,
|
||||
.profile .pbsTime {
|
||||
font-size: 0.9rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue