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
parent
4811a7683e
commit
8e3508c313
|
@ -18,14 +18,21 @@
|
||||||
{
|
{
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
font-size: 0.95em;
|
font-size: 1.05em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width:90em)
|
@media (min-width:90em)
|
||||||
{
|
{
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
font-size: 1.05em;
|
font-size: 1.15em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:110em)
|
||||||
|
{
|
||||||
|
html
|
||||||
|
{
|
||||||
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue