From 82192113c0fc0ddb19b850362a0db2fe9c3966cd Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 9 Oct 2022 21:40:15 +0100 Subject: [PATCH] update main.css (front-end header stuff). --- static/css/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 81304b1..d91a295 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -655,10 +655,12 @@ hr { .fe-site-header { display: flex; - flex-direction: row; + flex-direction: column; background: white; align-items: center; padding: 8px; + text-align: center; + text-decoration: none; } .fe-site-header img { @@ -671,6 +673,10 @@ hr { margin: 8px; } +#fe-main nav { + text-align: center; +} + /* big landscape tablets, laptops, and desktops */ @media (min-width:1025px) { }