]> git.wh0rd.org - nano-editor.git/commitdiff
fix space-vs-tab indentation
authorMike Frysinger <vapier@gmail.com>
Tue, 11 Aug 2026 14:34:48 +0000 (20:19 +0545)
committerMike Frysinger <vapier@gmail.com>
Tue, 11 Aug 2026 14:34:48 +0000 (20:19 +0545)
style.css

index b6f28bc760ab0cb534f0bf6c6e86a22956483d9b..e3d3ab3386cf787dd36298bc0ad81d1ea5a18310 100644 (file)
--- 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%;
 }
 }