feat: decrease font size overall to better fit on small screens
This commit is contained in:
parent
233e1ce532
commit
fd3fd2088e
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ html {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: large;
|
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
|
@ -34,7 +33,7 @@ h1 {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.5em;
|
font-size: 2.4em;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue