From 6057267dfa064c893e5fe234c798e39394dbddf2 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:03:57 -0600 Subject: [PATCH] core: match navigation on all pages, and improve look --- default.css | 14 +++++--------- index.html | 4 ++-- pages/completed/index.html | 8 ++++++-- pages/contact/index.html | 8 ++++++-- pages/current/index.html | 8 ++++++-- pages/other/index.html | 8 ++++++-- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/default.css b/default.css index de2d5da..7956015 100644 --- a/default.css +++ b/default.css @@ -19,16 +19,12 @@ body { padding: 2rem 1.5rem; } -#introLeft { - display: inline-block; - width: 85%; - vertical-align: top; -} - -#introRight { - display: inline-block; - max-width: 8rem; +#navigation { + max-width: 10rem; width: 100%; + border: solid 2px #393E6F; + padding: 1rem; + float: right; } .trianta { diff --git a/index.html b/index.html index 3b47b75..1fcb420 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@
-
+
TRIANTA

Function over form by design

-
+