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