UI updates and fixes
This commit is contained in:
parent
d588631ba2
commit
2ec9d2a630
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user