From 75777a49ccda2889853f1d7ac877e33ac0505e0d7863bc00b3cce3948a593635 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 10 Sep 2023 00:00:00 +0000 Subject: Shorten logo line-height --- TODO | 1 - assets/css/style.css | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index e7780b0..0000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -* shorten logo line-height without causing overflow diff --git a/assets/css/style.css b/assets/css/style.css index 8854128..855187d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -139,7 +139,9 @@ blockquote, ol, p, pre, ul, .highlight { .logo {} .logo__text { + line-height: 1.2; margin-bottom: 2em; margin-top: 0; + overflow-y: hidden; padding: 0; } -- cgit v1.2.3