Improve subscription link

This commit is contained in:
Fabian Müller 2022-11-21 04:05:47 +01:00
parent cba66c794e
commit 9b8da8c2b6

View File

@ -13,7 +13,9 @@ body {
font-size: 9pt; font-size: 9pt;
height: auto; height: auto;
overflow: auto overflow: auto;
/*background: repeating-linear-gradient(135deg, #eee, #eee 100px, #ccc 100px, #ccc 200px);*/
} }
.calendar { .calendar {
@ -106,6 +108,9 @@ body {
flex: 0 0 12px; flex: 0 0 12px;
margin: -5px -5px -5px 0; margin: -5px -5px -5px 0;
} }
.calendar-subscription-buttons {
text-align: center;
}
@media only screen and (max-width: 960px) { @media only screen and (max-width: 960px) {
.calendar-event { .calendar-event {