Skip to content

Commit

Permalink
fix margin on admonitionblock
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrodubinin authored Jun 26, 2022
1 parent 1709419 commit a41386b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ a.tag[data-ref]:hover {
/* === Admonitionblock: Tip, Note, etc. === */

/* Decrease margins around block */
/*.admonitionblock {*/
/*margin: 1rem 0;*/
/*}*/
.admonitionblock {
margin: 0.5rem 0;
}

/* Decrease padding of icon */
.admonition-icon {
Expand Down Expand Up @@ -402,7 +402,7 @@ pre.pre-wrap-white-space {
blockquote {
border-radius: 5px;
padding: 1.5rem 1.5rem;
margin: 1rem 0;
margin: 0.5rem 0;
}
html[data-theme='light'] blockquote {
background-color: hsl(var(--note), 86%, 0.3);
Expand Down

0 comments on commit a41386b

Please sign in to comment.