fix upcoming event blocks (at least temporarily)
This commit is contained in:
@@ -40,29 +40,27 @@
|
||||
width: var(--size-image-width);
|
||||
}
|
||||
|
||||
.day,
|
||||
.dates,
|
||||
.title {
|
||||
font-size: var(--font-size-body);
|
||||
font-size: var(--font-size-caption);
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.day {
|
||||
opacity: 0.8;
|
||||
&:first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
font-family: var(--font-serif);
|
||||
font-size: var(--font-size-body);
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: .2em 0;
|
||||
}
|
||||
|
||||
.day, .dates {
|
||||
font-size: var(--font-size-caption);
|
||||
font-size: var(--font-size-body);
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.text {
|
||||
align-self: start;
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user