make canoeboot.org text bigger

on high dpi screens, the text looks far too small

add a section for higher screen resolution, increasing
the font size, and increase it for existing widths

this makes the site much more readable on my 27"
1440p monitor.

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-12-20 16:27:35 +00:00
parent 6e3f0edf22
commit 3ae1793ac4
1 changed files with 9 additions and 2 deletions

View File

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