minor css changes

This commit is contained in:
gnat 2024-10-30 03:51:42 -07:00
parent 3a05b09a3b
commit 61bc2a0ad1

View File

@ -222,8 +222,6 @@ footer {
justify-content: flex-start;
}
a {
display: flex;
float: right;
@ -354,6 +352,7 @@ iframe {
blockquote {
border-left: 10px solid var(--gray);
margin: 4px 16px;
padding-left: 10px;
}
@ -397,6 +396,7 @@ sup {
footnote {
font-size: 13px;
margin-top: 20px;
display: flex;
}
.post {