Browse Source

fix: blockquote missing right padding (#1168)

pull/1176/head
NGPixel 4 years ago
parent
commit
57f79c19b2
1 changed files with 1 additions and 1 deletions
  1. 2
      client/themes/default/scss/app.scss

2
client/themes/default/scss/app.scss

@ -226,7 +226,7 @@
}
blockquote {
padding: 0 0 1rem 1rem;
padding: 0 1rem 1rem 1rem;
border-left: 5px solid mc('blue', '500');
border-radius: .5rem;
margin: 1rem 0;

Loading…
Cancel
Save