From f71e02f096f4b856a8ebd0323cebfd958bb17359 Mon Sep 17 00:00:00 2001 From: a73x Date: Thu, 12 Dec 2024 14:39:46 +0000 Subject: regen with new header --- public/static/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/static') diff --git a/public/static/styles.css b/public/static/styles.css index 32ec67e..7259353 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -51,6 +51,17 @@ main { margin-right: auto; } +.header { + display: flex; + justify-content: space-between; +} + +.header-title { + +} +.nav { + align-self: center; +} .nav ul { display: flex; list-style: none; -- cgit v1.2.3