feat: add RSS feed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user