Adds Links page and fixes blog feed
This commit is contained in:
10
website/public/css/feed.css
Normal file
10
website/public/css/feed.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.h-feed {
|
||||
/* Assumes there is at most one level of subheading for sub-dividing entries */
|
||||
:is(h2, h3, h4, h5, h6) {
|
||||
margin-block-start: var(--spacing-block-md);
|
||||
}
|
||||
|
||||
.h-entry {
|
||||
margin-block-start: var(--spacing-block-sm);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user