mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-11 00:10:38 -07:00
ui: tweaks and fixes (#194)
* reduce min width of top chart on mobile * adjust error page style * adjust h1 line height
This commit is contained in:
parent
531c72899c
commit
0ec7b458cc
5 changed files with 13 additions and 10 deletions
|
|
@ -58,6 +58,7 @@
|
|||
--header-sm: 16px;
|
||||
--header-xl-weight: 600;
|
||||
--header-weight: 600;
|
||||
--header-line-height: 3rem;
|
||||
}
|
||||
|
||||
@media (min-width: 60rem) {
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
--header-sm: 16px;
|
||||
--header-xl-weight: 600;
|
||||
--header-weight: 600;
|
||||
--header-line-height: 1.3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -98,6 +100,7 @@ h1 {
|
|||
font-family: "League Spartan";
|
||||
font-weight: var(--header-weight);
|
||||
font-size: var(--header-xl);
|
||||
line-height: var(--header-line-height);
|
||||
}
|
||||
h2 {
|
||||
font-family: "League Spartan";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue