This commit is contained in:
Tyrel Souza 2024-05-31 16:08:22 -04:00
parent f8426d17d4
commit f01458966a
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E

View File

@ -105,9 +105,12 @@ h1, h2, h3 {
line-height: 1em; line-height: 1em;
margin: 1em 0; margin: 1em 0;
} }
.post {
text-indent: 0.5rem;
}
img, p, .post > .highlight, .highlighttable, h4, h5, h6 { img, p, .post > .highlight, .highlighttable, h4, h5, h6 {
margin-top: 1.2em; margin-top: 0.6rem;
} }
img + em { img + em {
font-size: .8em; font-size: .8em;
@ -176,9 +179,12 @@ thead {
} }
.post { .post {
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 5px;
border: 2px solid rgb(255 190 0 / 10%);
margin: 0 0 4.5em 150px; margin: 0 0 4.5em 150px;
backdrop-filter: blur(10px); backdrop-filter: blur(5px);
padding: 1em; padding: 0 1.5em;
} }
.post.archives { .post.archives {
margin-bottom: 1.5em; margin-bottom: 1.5em;