no line breaks for years
This commit is contained in:
parent
2e0a51dcbc
commit
3bbe9d6109
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ figcaption .title { bottom: -1px; left: -1px; }
|
||||||
.date { text-transform: lowercase; }
|
.date { text-transform: lowercase; }
|
||||||
|
|
||||||
.year-marker {
|
.year-marker {
|
||||||
grid-area: auto / 1;
|
/* uncomment to reenable line breaks before year markers */
|
||||||
|
/* grid-area: auto / 1; */
|
||||||
padding: var(--border-thickness);
|
padding: var(--border-thickness);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue