tweaked scaling
This commit is contained in:
parent
4a126e9b81
commit
3996e72479
|
@ -29,14 +29,14 @@ body {
|
|||
justify-content: center;
|
||||
|
||||
font-family: "Lora", serif;
|
||||
font-size: 2rem;
|
||||
font-size: 1.5rem;
|
||||
|
||||
color: var(--foreground);
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
main {
|
||||
width: min(900px, calc(100vw - 4rem));
|
||||
width: min(720px, calc(100vw - 4rem));
|
||||
margin: -2rem auto 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue