All checks were successful
continuous-integration/drone/push Build is passing
31 lines
411 B
CSS
31 lines
411 B
CSS
main {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.rss-explainer {
|
|
background: var(--color-bg-alt);
|
|
padding: 1rem;
|
|
margin-block: 1rem;
|
|
border-radius: .5rem;
|
|
}
|
|
|
|
.rss-explainer p {
|
|
margin: 0;
|
|
}
|
|
|
|
.rss-explainer p + p {
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.feed-url {
|
|
font-family: var(--font-family-code);
|
|
font-size: .9rem;
|
|
text-align: center;
|
|
}
|
|
|
|
p:has(small) {
|
|
display: block;
|
|
margin: .25rem 0 0 .75rem;
|
|
color: var(--color-grey);
|
|
}
|