From c9c74f27b6e58db4c1b6f2cdd5145919857cb507377b11ddd431160f787a3960 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 6 Aug 2022 00:00:00 +0000 Subject: Fix logo overflow --- TODO.txt | 1 - layouts/partials/header.html | 4 ++-- static/css/style.css | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO.txt b/TODO.txt index e070878..baf050e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,2 @@ * make navigation link tap targets bigger on mobile devices * make journal entry link tap targets bigger on mobile devices -* fix logo overflow diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2a23191..d6527e2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@
-
{{ $.Site.Params.logo }}
-
\ No newline at end of file + + diff --git a/static/css/style.css b/static/css/style.css index aeff51c..614171c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -64,8 +64,8 @@ body > header { margin-bottom: 2em; } -body > header pre { - line-height: 1.1em; +#logo { + line-height: normal; } body > footer { -- cgit v1.2.3