From 8fb715c0510b96a04af764ddb2e367aae07c378f Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 29 Jan 2025 23:17:43 +0100 Subject: [PATCH] added bottom margin to guestbook to allow seeing last item on small screens --- call/static/call/guestbook.css | 1 + 1 file changed, 1 insertion(+) diff --git a/call/static/call/guestbook.css b/call/static/call/guestbook.css index 60bc0c8..5837ee9 100644 --- a/call/static/call/guestbook.css +++ b/call/static/call/guestbook.css @@ -1,5 +1,6 @@ body{ background-color: rgb(240,240,240); + margin-bottom: 120px; } .creature canvas { width: 64px;