From 86bacaa822690cf2c05fb369944a3130a714e3a4 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Fri, 5 Apr 2024 20:35:48 +0100 Subject: [PATCH] Update styles.css --- static/assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/styles.css b/static/assets/styles.css index ab3924d..546a3aa 100644 --- a/static/assets/styles.css +++ b/static/assets/styles.css @@ -15,7 +15,6 @@ body { flex-direction: column; width: 100%; height: 100%; - gap: 10px; } .header-title { @@ -33,6 +32,7 @@ body { width: 100%; height: 120px; gap: 5px; + margin-bottom: 10px; } .nav-element-cont {