From: Mike Frysinger Date: Tue, 11 Aug 2026 14:34:48 +0000 (+0545) Subject: fix space-vs-tab indentation X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=74973e3dc37823c16930c69dd0fc9d624e3aed47;p=nano-editor.git fix space-vs-tab indentation --- 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%; } }