[chore/frogend] update status blockquote css (#1302)

Current blockquote margin + padding values were causing issues on small screens. This PR updates these values to use horizontal space a bit better!
This commit is contained in:
tobi 2023-01-06 16:01:09 +01:00 committed by GitHub
parent 2a1205ab32
commit 67919204af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,9 +146,9 @@ main {
word-break: break-word;
blockquote {
padding: 0.5rem 0 0.5rem 1.5rem;
padding: 0.5rem 0 0.5rem 0.5rem;
border-left: 0.2rem solid $border-accent;
margin-left: 1rem;
margin: 0;
font-style: italic;
}