diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 06:24:28 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 06:24:28 -0600 |
commit | ef7130a59f106bb2296a015014704d5f2cb03cab (patch) | |
tree | 81f8036de0d3b53fe8885c405cd8fb1d00a7d61d /org/css | |
parent | f748cdb4d72d9f1761bc5aab3987bcaf40357a5c (diff) |
Silly ari ad, better nav bar, and mobile scaling issue
Diffstat (limited to 'org/css')
-rw-r--r-- | org/css/front-page.css | 18 |
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; } |