UI updates and fixes

This commit is contained in:
Nathan Chapman 2022-07-20 16:25:03 -06:00
parent d588631ba2
commit 2ec9d2a630

View File

@ -40,7 +40,7 @@ h5 {
font-family: 'Montserrat', sans-serif; font-family: 'Montserrat', sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1.3;
} }
h1 { h1 {
margin-top: 0; margin-top: 0;
@ -294,9 +294,9 @@ main {
} }
.post__content blockquote { .post__content blockquote {
padding: 0.5rem 1rem; font-size: 0.875em;
margin: 0 0 1rem; max-width: 80%;
padding-left: 3rem; margin: 0 auto 1rem;
} }
@ -313,6 +313,7 @@ main {
.comment__header { .comment__header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
line-height: 1.3;
} }
.comment__content { .comment__content {
@ -349,9 +350,8 @@ main {
.comment__content blockquote { .comment__content blockquote {
font-size: 1.75rem; font-size: 1.75rem;
padding: 0.5rem 1rem; max-width: 80%;
margin: 0 0 1rem; margin: 0 auto 1rem;
padding: 0 5rem;
} }
.comment p { .comment p {