aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-05-11 21:37:51 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-05-12 18:48:53 +0200
commit3d6300d8c6ed66c2b038cf308fb91a87574eaf5c (patch)
tree9498f713db96f67f3420cce799baa5557246ca60
parent4aa2ee0c7a6cd432262c464d2485bb9ed55eba80 (diff)
fix: Fix navbar styling quirk
-rw-r--r--assets/css/main.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index cd23f4f..d65a35d 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -117,12 +117,8 @@ header > div {
align-items: center;
}
-#logo {
- display: flex;
- align-items: center;
-}
-
#logo a {
+ white-space: nowrap;
text-decoration: none;
color: var(--on-bg);
font-weight: 600;
@@ -130,6 +126,7 @@ header > div {
nav {
display: flex;
+ justify-content: flex-end;
align-items: center;
max-height: none;
background: var(--bg);