From 90201c898174f0fb3645235d0c9191984d8a5c4b Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:55:52 -0500 Subject: [PATCH] added id to title, changed nav bar items --- static/index.css | 5 +---- templates/nav.tmpl | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/static/index.css b/static/index.css index fc836d1..358e9fc 100644 --- a/static/index.css +++ b/static/index.css @@ -115,11 +115,8 @@ a:hover:after { .nav-item { display: flex; - align-self: stretch; - align-items: center; - margin-right: 12px; margin-bottom: 0; - font-size: 1.5em; + font-size: 1.4em; } .content-wrapper { diff --git a/templates/nav.tmpl b/templates/nav.tmpl index 1b18232..4b2e1a5 100644 --- a/templates/nav.tmpl +++ b/templates/nav.tmpl @@ -2,7 +2,7 @@