Fix Julian calendar heading

This commit is contained in:
Quantum 2023-04-22 23:34:50 -04:00
parent 0acaf892ed
commit 68a35cbf0f

View file

@ -61,7 +61,7 @@
display: none; display: none;
} }
.DayOuter, .WeekdayName { .DayOuter {
display: flex; display: flex;
@include make-col($size: 1, $columns: 2); @include make-col($size: 1, $columns: 2);
} }
@ -91,8 +91,12 @@
position: sticky; position: sticky;
top: 0; top: 0;
background: white; background: white;
margin-top: -$spacer * 7; margin-top: -$spacer * 7.5;
padding-top: $spacer * 7; padding-top: $spacer * 7.5;
}
.Month-days {
margin-top: $spacer;
} }
.DayOuter, .WeekdayName, .DayFiller { .DayOuter, .WeekdayName, .DayFiller {