mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 09:41:57 -04:00
Fix Julian calendar heading
This commit is contained in:
parent
0acaf892ed
commit
68a35cbf0f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue