From 74973e3dc37823c16930c69dd0fc9d624e3aed47 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 11 Aug 2026 20:19:48 +0545 Subject: [PATCH] fix space-vs-tab indentation --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b6f28bc..e3d3ab3 100644 --- a/style.css +++ b/style.css @@ -187,16 +187,16 @@ div#bottom span.menuitem { /* These breaks depend on the current font-size which is 16px by default. */ @media only screen and (max-width: 600px) { table#homepage { - font-size: x-small; + font-size: x-small; } } @media only screen and (max-width: 500px) { table#homepage { - font-size: xx-small; + font-size: xx-small; } } @media only screen and (max-width: 400px) { table#homepage { - font-size: 60%; + font-size: 60%; } } -- 2.47.3