feat: add RSS feed

This commit is contained in:
2022-10-18 09:35:50 +02:00
parent 6fc080f929
commit 4d4ee61ed6
2 changed files with 22 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ main {
.right-side {
position: -webkit-sticky; /* for Safari */
position: sticky;
top: 5rem;
top: 1rem;
align-self: flex-start;
width: 300px;
padding-left: 60px;
@@ -323,6 +323,13 @@ a[href].direct-link:focus,
padding-top: 23px;
}
.footer-links {
display: flex;
padding: 0;
list-style: none;
gap: 12px;
}
.footer-center {
flex: 0 60%;
text-align: center;