From 42654991e3e3bdf7335e30b06d4f5579a1c6d90f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 25 Nov 2023 12:09:33 -0500 Subject: [PATCH] screenshots: reduce padding on mobile --- screenshots.php | 4 ++++ style.css | 4 ++++ 2 files changed, 8 insertions(+) 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) { -- 2.39.2