From 9b8da8c2b6f50311a17d7559f268dc4bd75c0856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 21 Nov 2022 04:05:47 +0100 Subject: [PATCH] Improve subscription link --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5e27b13..b9fa3e2 100644 --- a/static/style.css +++ b/static/style.css @@ -13,7 +13,9 @@ body { font-size: 9pt; height: auto; - overflow: auto + overflow: auto; + + /*background: repeating-linear-gradient(135deg, #eee, #eee 100px, #ccc 100px, #ccc 200px);*/ } .calendar { @@ -106,6 +108,9 @@ body { flex: 0 0 12px; margin: -5px -5px -5px 0; } +.calendar-subscription-buttons { + text-align: center; +} @media only screen and (max-width: 960px) { .calendar-event {