From a732bc46d9e215094a4a5bb1c31c08b2eda8fc3c Mon Sep 17 00:00:00 2001
From: Trianta <56975502+Trimutex@users.noreply.github.com>
Date: Tue, 10 Dec 2024 03:06:04 -0600
Subject: [PATCH] core: go back to row navigation

---
 default.css                | 8 ++------
 index.html                 | 2 +-
 pages/completed/index.html | 2 +-
 pages/contact/index.html   | 2 +-
 pages/current/index.html   | 2 +-
 pages/other/index.html     | 2 +-
 6 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/default.css b/default.css
index 2e1ddc4..504e063 100644
--- a/default.css
+++ b/default.css
@@ -20,13 +20,9 @@ body {
 }
 
 #navigation {
-    max-width: 10rem;
-    width: 100%;
-    border: solid 2px #393E6F;
+    width: 80%;
     padding: 1rem;
-    float: right;
-    position: absolute;
-    right: 21%;
+    display: inline-block;
 }
 
 .trianta {
diff --git a/index.html b/index.html
index 1fcb420..24884af 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
 </head>
 <body>
     <div class="inside">
-        <div>
+        <div style="display: inline-block;">
             <a href="/" class="trianta">TRIANTA</a>
             <p>Function over form by design</p>
         </div>
diff --git a/pages/completed/index.html b/pages/completed/index.html
index fd6d589..8f41bcd 100644
--- a/pages/completed/index.html
+++ b/pages/completed/index.html
@@ -7,7 +7,7 @@
 </head>
 <body>
     <div class="inside">
-        <div>
+        <div style="display: inline-block;">
             <a href="/" class="trianta">TRIANTA</a>
             <p>Function over form by design</p>
         </div>
diff --git a/pages/contact/index.html b/pages/contact/index.html
index f6bc55c..e26ec5d 100644
--- a/pages/contact/index.html
+++ b/pages/contact/index.html
@@ -7,7 +7,7 @@
 </head>
 <body>
     <div class="inside">
-        <div>
+        <div style="display: inline-block;">
             <a href="/" class="trianta">TRIANTA</a>
             <p>Function over form by design</p>
         </div>
diff --git a/pages/current/index.html b/pages/current/index.html
index 5ebb764..a246788 100644
--- a/pages/current/index.html
+++ b/pages/current/index.html
@@ -7,7 +7,7 @@
 </head>
 <body>
     <div class="inside">
-        <div>
+        <div style="display: inline-block;">
             <a href="/" class="trianta">TRIANTA</a>
             <p>Function over form by design</p>
         </div>
diff --git a/pages/other/index.html b/pages/other/index.html
index 0552553..5b4ec99 100644
--- a/pages/other/index.html
+++ b/pages/other/index.html
@@ -7,7 +7,7 @@
 </head>
 <body>
     <div class="inside">
-        <div>
+        <div style="display: inline-block;">
             <a href="/" class="trianta">TRIANTA</a>
             <p>Function over form by design</p>
         </div>