From 3ac44da69c5984bdb3e51232cde923c07b9559cf Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 16:06:12 +0200 Subject: Styles. --- app/static/styles/style.css | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/app/static/styles/style.css b/app/static/styles/style.css index 328a1aa..a07d423 100644 --- a/app/static/styles/style.css +++ b/app/static/styles/style.css @@ -33,39 +33,27 @@ body { h1 { - margin: 0.25em; + margin: 0; + padding: 0.5em 0; + vertical-align: baseline; + display: inline; } nav { - /* display: flex; */ background: darkgrey; color: white; - /* margin: 0.5em; */ - padding: 0 0.5em; - /* justify-content: space-between; */ + padding: 0 0.25em; } nav#user { - /* background: red; */ display: flex; justify-content: space-between; -} - -nav#user ul { - justify-content: end; -} - -nav#modules { - /* left: 0; */ -} - -nav#actions { - top: 0; position: sticky; + top: 0; } - -nav ul { +nav#user ul { + justify-content: center; display: flex; flex-wrap: wrap; margin: 0; @@ -75,8 +63,6 @@ nav ul { nav ul li { margin: 0.25em; - /* margin: 0 0 0.5em 0; */ - /* padding: 0.5em 0; */ } -- cgit v1.2.3