From 052e785438474ec09c01c76af3c2ec47098ed3f6 Mon Sep 17 00:00:00 2001 From: insects Date: Fri, 7 Feb 2025 15:41:11 +0100 Subject: [PATCH] fix typo in stylesheets --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 2f58d9e..7cb88e2 100644 --- a/static/style.css +++ b/static/style.css @@ -4,7 +4,7 @@ body { } section.up, -section.always-up { +section.alwaysup { margin-bottom: 5px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;