fix: Add a wrapper element to dates in PageList. ()

* Add a wrapper span to dates in PageList.

This means there is a placeholder when date is not specified, so the values in grid-template-columns always line up correctly.

* Use a <div> instead -- better practice to stick to block elements.
This commit is contained in:
Andrew 2024-08-24 13:13:55 -04:00 committed by GitHub
parent 2be9c096a1
commit c4cd84dcc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions
quartz/components/styles

View file

@ -23,7 +23,7 @@ li.section-li {
background-color: transparent;
}
& > .meta {
& .meta {
margin: 0 1em 0 0;
opacity: 0.6;
}