make libreboot.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 4811a7683e
commit 8e3508c313
1 changed files with 9 additions and 2 deletions

View File

@ -18,14 +18,21 @@
{
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;
}
}