Skip to content

Commit

Permalink
fix: add margin to both directions for markdown alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed May 4, 2024
1 parent 20c6bf8 commit d254c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

.markdown-alert {
padding: 0 1em;
margin-bottom: 16px;
margin-block: 16px;
border-left: 0.25em solid var(--alert-color, #444c56);

> p {
Expand Down

0 comments on commit d254c0e

Please sign in to comment.