From: Mike Frysinger Date: Sat, 25 Nov 2023 17:09:33 +0000 (-0500) Subject: screenshots: reduce padding on mobile X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=42654991e3e3bdf7335e30b06d4f5579a1c6d90f screenshots: reduce padding on mobile --- diff --git a/screenshots.php b/screenshots.php index 0f47680..f892f37 100644 --- a/screenshots.php +++ b/screenshots.php @@ -1,5 +1,7 @@ + +
Screenshots

@@ -43,4 +45,6 @@ +
+ diff --git a/style.css b/style.css index 8db3c1f..cd59d15 100644 --- a/style.css +++ b/style.css @@ -121,6 +121,10 @@ table#docs, table#download { width: 100%; } + +#screenshots ul { + padding-left: 0; +} } @media only screen and (max-width: 600px) {