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
parent
3ae1793ac4
commit
627c6400d2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue