From 71ca2a5b36e7e9c587e1e9221bac0e0dadbcd3d0 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 08:57:57 +0000 Subject: [PATCH] reverse the nav order actually --- client/web/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/css/styles.css b/client/web/css/styles.css index 0be4e84..c511d1a 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -19,7 +19,7 @@ button { nav { display: flex; - flex-direction: column; + flex-direction: column-reverse; gap: 1em; padding: 1em; }