From 33ba88abefe4f9265ca567fa3f9909daa5579421 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Fri, 5 May 2023 19:47:08 +0200 Subject: [PATCH] Calender View Clean Graphics --- anwendung/src/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index e701d9c..c52e6e7 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -251,6 +251,7 @@ Calender View width: 100px; background-color: white; display: grid; + padding: 0 1.5px; grid-template-columns: 100%; grid-template-rows: repeat(96, 10px); }