about summary refs log tree commit diff stats
path: root/templates/style.css
diff options
context:
space:
mode:
authorAlan Pearce2024-02-18 16:26:27 +0100
committerAlan Pearce2024-02-18 16:26:27 +0100
commit7321e667e9bdd429133591acd004d31e6d4b754c (patch)
treebddf4f63545003eabae3f912980faccffe39f278 /templates/style.css
parentae5793d52c8b186184c074869aab9386f79acadc (diff)
downloadwebsite-7321e667e9bdd429133591acd004d31e6d4b754c.tar.lz
website-7321e667e9bdd429133591acd004d31e6d4b754c.tar.zst
website-7321e667e9bdd429133591acd004d31e6d4b754c.zip
Remove inline styles
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 54ad0da..5c55ef4 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -41,6 +41,10 @@ a {
   border: 0;
 }
 
+.filter {
+  margin-bottom: 0;
+}
+
 time {
   font-style: italic;
 }