From 2f8a5471830b959bfcd876c12d9ad529fe6fc0b1 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 7 Jun 2021 14:25:10 +0200 Subject: [PATCH] Make footer links shorter --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index bddd53a..35a05a5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -332,7 +332,7 @@ footer h1 { footer a { display: inline-block; color: var(--purple-100); - height: 48px; + height: 32px; } code {