From 9bd21d3d07b74fdd0e761be72592fdff1d546861 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 12 Apr 2025 16:20:09 -0400 Subject: feat: responsive priority nav --- templates/base.html | 19 +++++++++++-------- templates/styles.css | 3 ++- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index a3ae28f..cff513b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,15 +40,16 @@
@@ -81,6 +82,8 @@

+ + diff --git a/templates/styles.css b/templates/styles.css index 2a83280..c18d25c 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -34,8 +34,9 @@ body { nav { display: flex; + flex-wrap: wrap; background-color: white; - flex-direction: column-reverse; + position: fixed; } nav img { -- cgit v1.2.3