make the text SLIGHTLY smaller

on lower res screens, it's a bit too big

this is still decent on my 27" 1440p screen
with my absolutely properly DPI scaled LXDE setup

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2025-01-03 10:20:23 +00:00
parent 3ae1793ac4
commit 627c6400d2
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em}
{
html
{
font-size: 1.15em;
font-size: 1.10em;
}
}
@media (min-width:110em)
{
html
{
font-size: 1.25em;
font-size: 1.15em;
}
}