trwnh.com/unified.test.hugo/assets/styles/components/feed-header.scss
2024-11-13 11:24:48 -06:00

34 lines
No EOL
539 B
SCSS

.feed-header {
hr {display: none;}
.container {
inline-size: 100%;
}
}
.feed-title {
margin-block-start: 0;
font-size: 2.025rem;
line-height: 1.15;
letter-spacing: -0.022rem;
grid-area: title;
}
.feed-authors-hint {
display: none;
}
.feed-authors {
list-style: none;
}
.feed-author {
margin: 0;
}
.feed-summary {
font-style: italic;
font-size: 1.266rem;
line-height: 1.15;
letter-spacing: -0.022rem;
margin-block-start: 0.5rem;
grid-area: summary;
}
.feed-content {}
.feed-permalink {
.u-url {font-family: monospace;}
}