From 32288da98aa7e2f61e2b0f656614e6db3c87ddd3 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 7 Nov 2021 18:04:53 -0500 Subject: Add images for home page --- static/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index 3e60bff..3834e8b 100644 --- a/static/main.css +++ b/static/main.css @@ -73,7 +73,8 @@ table { border-spacing: 0 10px; } td { - text-align: left + text-align: left; + padding: 2%; } img { max-width: 100%; @@ -83,19 +84,18 @@ img { img.icon { filter: invert(50%); } -/* some Stallman trickery for making mobile text bigger */ @media screen and (max-device-width: 480px) { - body { + body { max-width: 100%; font-size: 90%; - } - .license { + } + .license { font-size: 0; - } - p { + } + p { margin-top: 5%; margin-bottom: 5%; - } + } code.longboi { font-size: 65%; } -- cgit v1.2.3