From 3b2b146ff6007e3a84158a73fff3206973cb49d8 Mon Sep 17 00:00:00 2001 From: Arthur Araujo <37311270+araujoarthur0@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:50:44 -0300 Subject: [PATCH] Fix #1042: Removing extra space at bottom of workday waiver window (#1043) --- css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 941623e65..68e0b9720 100644 --- a/css/styles.css +++ b/css/styles.css @@ -162,7 +162,6 @@ body { .container { font-family: 'Montserrat', sans-serif; - margin-bottom: 70px; } @media (max-width: 768px) { @@ -221,6 +220,10 @@ body { float: left; } +#calendar.container { + margin-bottom: 70px; +} + #calendar table { margin-left: auto; margin-right: auto;