From ff20bb6346d4b41264a87d70f1577776193fea84 Mon Sep 17 00:00:00 2001 From: TerraMaster85 Date: Tue, 3 Oct 2023 21:49:26 -0400 Subject: [PATCH] Tweaked mobile CSS, updated quotes, fixed some broken links --- index.html | 12 +++++------- nav.css | 3 ++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index a567cc3..a7ed8c2 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,8 @@ body > * { width: 100%; } #nav { height: initial; } - .nav-section-bottom{ display: hidden; } + .nav-item { padding: 4px; } + .nav-section-bottom { display: none; } } e3team @@ -73,11 +74,10 @@ body > * {

hi, we're e3team

we're a team/group of friends (mostly software developers) who believe in a free (as in freedom) and decentralized internet

- meet the team or - get in touch or + get in touch or check out our stuff -

whoareus

+

the team

diff --git a/nav.css b/nav.css index 6b03d45..7bc2734 100644 --- a/nav.css +++ b/nav.css @@ -46,5 +46,6 @@ body > * { width: 100%; } #nav { height: initial; } + .nav-item { padding: 4px; } .nav-section-bottom{ display: hidden; } -} \ No newline at end of file +}