style: improve top screen rendering on desktop
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
font-size: 1.2em;
|
||||
transition: background-color;
|
||||
transition-duration: 250ms;
|
||||
font-size: calc(15px + 0.390625vw);
|
||||
font-size: min(calc(15px + 0.390625vw), 18.5px);
|
||||
}
|
||||
|
||||
button.enabled {
|
||||
|
Reference in New Issue
Block a user