Continue adjusting style so that posts are more succint.

This commit is contained in:
2025-11-16 20:19:39 -07:00
parent 2362423a87
commit 58ee8ddb68

View File

@@ -1,17 +1,27 @@
/* Prevent excess gaps underneath headers. Looks horrible! */
h1,h2,p,div {
margin-bottom: 16px;
h1,h2,p,div,blockquote {
margin-top: 8px;
margin-bottom: 16px;
}
h3,h4 {
margin-bottom: 12px;
margin-top: 6px;
margin-bottom: 12px;
}
h5,h6 {
margin-bottom: 8px;
margin-top: 4px;
margin-bottom: 8px;
}
pre,strong {
margin-bottom: 4px;
margin-top: 2px;
margin-bottom: 4px;
}
pre {
padding: 2px;
padding-left: 20px;
}
audio {
padding-top: 5px;
padding-bottom: 20px;
}