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