Skip to content

Commit

Permalink
[chore/frogend] update status blockquote css (#1302)
Browse files Browse the repository at this point in the history
Current blockquote margin + padding values were causing issues on small screens. This PR updates these values to use horizontal space a bit better!
  • Loading branch information
tsmethurst authored Jan 6, 2023
1 parent 2a1205a commit 6791920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/source/css/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6791920

Please sign in to comment.