From 5a936b5c413b541c5523da6b4ebdc46f996f7360 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Feb 2024 13:15:52 +0100 Subject: Remove inline styles Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4 --- templates/style.css.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/style.css.html') diff --git a/templates/style.css.html b/templates/style.css.html index 15d6b3d..267b13a 100644 --- a/templates/style.css.html +++ b/templates/style.css.html @@ -39,6 +39,10 @@ font-weight: 400; } + .filter { + margin-bottom: 0; + } + nav a { margin-right: 10px; } -- cgit 1.4.1