From 7475c2345793efaac97834945115fb8c9066cc12 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 Sep 2025 11:16:46 -0700 Subject: simplify the CSS a bit more --- src/css/main.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/css/main.css') diff --git a/src/css/main.css b/src/css/main.css index 9600987..12df426 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1,14 +1,13 @@ body { - margin: auto; + width: auto; + max-width: 700px; + padding: 0 15px; + margin: 5rem auto; font: 1rem/2 -apple-system, sans-serif; - background-color: #f8f8f8; - color: #333333; - padding: 20px; - min-height: 100vh; - padding: 50px, 50px, 50px, 50px; - max-width: 55rem; + background-color: white; + color: #242936; } p { margin: 0 0 1em; @@ -16,7 +15,7 @@ p { a { color: inherit; text-decoration: none; - border-bottom: 1px solid #007f9f; + border-bottom: 2px solid #007f9f; } ul { display: inline-block; -- cgit v1.2.3