Improve the home page slightly
This commit is contained in:
parent
2c1f64cbca
commit
cc4b1df2bf
4 changed files with 10 additions and 5 deletions
|
|
@ -314,10 +314,12 @@ header.site > .grid > nav:last-of-type {
|
|||
}
|
||||
|
||||
html {
|
||||
--font-size-scale-factor: 1vmax;
|
||||
|
||||
background-color: var(--html-background-color);
|
||||
color: var(--html-color);
|
||||
font-family: var(--font-family-body);
|
||||
font-size: clamp(var(--font-size-min), 1vw, var(--font-size-max));
|
||||
font-size: clamp(var(--font-size-min), var(--font-size-scale-factor), var(--font-size-max));
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue