From 96e19e9cefe7e63c648271cd5c06e61b1e96e595 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:08:55 -0600 Subject: [PATCH] core: further condense css --- default.css | 13 +++++-------- index.html | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/default.css b/default.css index a3835d0..d44b29c 100644 --- a/default.css +++ b/default.css @@ -22,19 +22,13 @@ body { #introLeft { display: inline-block; - max-width: 74rem; + max-width: 71rem; width: 100%; } #introRight { display: inline-block; - max-width: 5rem; - width: 100%; -} - -.navigation { - text-align: center; - max-width: 4rem; + max-width: 8rem; width: 100%; } @@ -84,8 +78,11 @@ a { display: inline-block; margin: 6px; margin-top: 0px; + max-width: 8rem; padding: 8px; + text-align: center; text-decoration: none; + width: 100%; } a:hover, a:active { diff --git a/index.html b/index.html index 5d89fea..e7144a1 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,8 @@
Function over form by design