From 91295c6dc8fb351d21ce353c992ec99c0f75aeb4 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Tue, 15 Feb 2022 19:08:26 +0100 Subject: [PATCH] Again: Adjusted margin for mobile layout footer --- notes/static/notes/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index d34e9d3..02013e4 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -80,6 +80,6 @@ footer a img { } footer #copyright { - margin-top: 2em; + margin-top: 1em; } } \ No newline at end of file -- 2.34.1