From 75e20982ce16720c9fc70bd4eb9850bd5c4b9a97 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Mon, 14 Sep 2026 18:30:05 +0200 Subject: Some plumbing improvements --- source/infra/css/main.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source/infra/css/main.css') diff --git a/source/infra/css/main.css b/source/infra/css/main.css index 93f8baa..7ca9b1a 100644 --- a/source/infra/css/main.css +++ b/source/infra/css/main.css @@ -27,22 +27,12 @@ html { /*** BASIC STRUCTURE ***/ -/* Increase font size on mobile Firefox. I don't like this kind - * of specific fix, but the font is ridiculously small for me. */ -@supports (-moz-appearance: none) { - @media only screen and (hover: none) and (pointer: coarse) { - html { - font-size: 200% - } - } -} +/* Centered body text with limited width */ body { - /* Improve consistency between systems */ font-family: sans-serif; line-height: 1.5; -webkit-text-size-adjust: none; text-size-adjust: none; - /* Center text and limit its width */ max-width: 80ch; padding: 1ch; margin: auto; -- cgit v1.3