28 lines
No EOL
498 B
SCSS
28 lines
No EOL
498 B
SCSS
.feed-header {
|
|
hr {display: none;}
|
|
.container {
|
|
inline-size: 100%;
|
|
max-inline-size: 80ch;
|
|
margin-inline: auto;
|
|
}
|
|
}
|
|
.feed-title {
|
|
margin-block-start: 0;
|
|
font-size: 2.025rem;
|
|
line-height: 1.15;
|
|
letter-spacing: -0.022rem;
|
|
grid-area: title;
|
|
}
|
|
.feed-author {}
|
|
.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;}
|
|
} |