aboutsummaryrefslogtreecommitdiff
path: root/org/css
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-08 06:24:28 -0600
committernathan <nathansmith@disroot.org>2025-08-08 06:24:28 -0600
commitef7130a59f106bb2296a015014704d5f2cb03cab (patch)
tree81f8036de0d3b53fe8885c405cd8fb1d00a7d61d /org/css
parentf748cdb4d72d9f1761bc5aab3987bcaf40357a5c (diff)
Silly ari ad, better nav bar, and mobile scaling issue
Diffstat (limited to 'org/css')
-rw-r--r--org/css/front-page.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/org/css/front-page.css b/org/css/front-page.css
index 188d593..c4595a3 100644
--- a/org/css/front-page.css
+++ b/org/css/front-page.css
@@ -32,7 +32,6 @@ b {
table {
margin: auto;
- border: none;
}
.outline-2 {
@@ -43,6 +42,23 @@ table {
display: none;
}
+#navigation {
+ display: none;
+}
+
+#text-navigation ul {
+ list-style-type: none;
+ margin: auto;
+ text-align: center;
+ padding: 5px;
+ border: 1px solid #00ff00;
+}
+
+#text-navigation li {
+ display: inline;
+ padding: 3px;
+}
+
#outline-container-buttons {
text-align: center;
}