aboutsummaryrefslogtreecommitdiff
path: root/calendar/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/global.css')
-rw-r--r--calendar/global.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/calendar/global.css b/calendar/global.css
index 2dd4b7e..2d70596 100644
--- a/calendar/global.css
+++ b/calendar/global.css
@@ -2,6 +2,10 @@ body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
padding: 0 40px;
}
+
+html {
+ font-size: 12px;
+}
@media (max-width: 575.98px) {
body {
padding: 0;
@@ -30,7 +34,7 @@ body {
}
@media (min-width: 576px) {
.ec {
- height: 700px;
+ height: 500px;
}
.ec.ec-day-grid {
height: 500px;
@@ -38,7 +42,7 @@ body {
}
@media (min-width: 992px) {
.ec {
- height: 800px;
+ height: 500px;
}
.ec.ec-day-grid {
height: 700px;