From fed30f9277104d9b48f73223523aaa5575f0a7df Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Fri, 8 Dec 2023 08:28:06 -0600 Subject: [PATCH] pastors pen --- static/cal.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/cal.css b/static/cal.css index 8582dd4..b0fb085 100644 --- a/static/cal.css +++ b/static/cal.css @@ -75,9 +75,11 @@ because the nesting selector cannot represent pseudo-elements. */ } } -#calendar-js { - min-height: calc(100vh - 100px); - max-height: calc(100vh - 100px); +@media (max-width: 440px) { + #calendar-js { + min-height: calc(100vh - 100px); + max-height: calc(100vh - 100px); + } } .float-butt {