diff --git a/src/components/Event/DateCalendarIcon.vue b/src/components/Event/DateCalendarIcon.vue
index c8c82c092..ce3aa9957 100644
--- a/src/components/Event/DateCalendarIcon.vue
+++ b/src/components/Event/DateCalendarIcon.vue
@@ -4,7 +4,7 @@
:class="{ small }"
:style="`--small: ${smallStyle}`"
>
-
@@ -67,21 +74,30 @@ div.datetime-container {
font-size: calc(9px * var(--small));
font-weight: bold;
vertical-align: top;
- line-height: calc(9px * var(--small));
+ line-height: calc(8px * var(--small));
}
.datetime-container-content {
- height: calc(30px * var(--small));
+ height: calc(22px * var(--small));
+ }
+ .datetime-container-footer {
+ height: calc(8px * var(--small));
+ }
+ .datetime-container-footer .year {
+ font-size: calc(7px * var(--small));
+ font-weight: bold;
+ vertical-align: top;
+ line-height: calc(8px * var(--small));
}
time {
&.month {
- font-size: 12px;
- line-height: 12px;
+ font-size: 10px;
+ line-height: 9px;
}
&.day {
- font-size: calc(1rem * var(--small));
- line-height: calc(1rem * var(--small));
+ font-size: calc(0.8rem * var(--small));
+ line-height: calc(0.7rem * var(--small));
}
}
}