From 0ca40aa3c37de81e6104a0fdb93d1685b47be14e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 29 Aug 2021 23:08:00 +0100 Subject: [PATCH] make page texts smaller, but only on desktop browsers this makes the website more usable on 1280x800 displays, and you can still enlarge the text if you have a high dpi screen --- site/libreboot.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/libreboot.css b/site/libreboot.css index 981196c..db9990e 100644 --- a/site/libreboot.css +++ b/site/libreboot.css @@ -178,6 +178,9 @@ img.imgleft { padding-left:0; } +@media (min-width: 51em) { + body {font-size: 0.9em !important;} +} @media (max-width: 50em) { div.title, h1.title {background:none;} nav#TOC {width:100% !important; padding:0; margin:0;}