diff --git a/src/static/styles/main.css b/src/static/styles/main.css index 0db859e..55d14e5 100644 --- a/src/static/styles/main.css +++ b/src/static/styles/main.css @@ -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 {