From e500a1089797eee1b027d5237b2e4f140004098c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 09:56:28 +0200 Subject: feat: add message for users with javascript disabled --- frontend/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/static') diff --git a/frontend/static/style.css b/frontend/static/style.css index 184ded5..60b38c8 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -181,3 +181,7 @@ li { margin-right: 1ex; list-style: none; } + +p:last-child { + margin-bottom: unset; +} -- cgit 1.4.1