From 66d8eb8f78eb44559c609d933f5edf38ced1ae2c Mon Sep 17 00:00:00 2001 From: Verox001 Date: Wed, 6 Mar 2024 11:09:59 +0100 Subject: [PATCH] Improved responsive design --- templates/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 2c203cf..017e75f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,7 +48,7 @@ } } - @media (max-width: 770px) { + @media (max-width: 767px) { .day { width: 50px; height: 50px; @@ -75,6 +75,13 @@ height: 30px; } } + + @media (max-width: 300px) { + .day { + width: 25px; + height: 25px; + } + }