Skip to content

Commit

Permalink
fix: add CSS to realign mkdocs-material admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
domWalters committed Jan 28, 2024
1 parent 09fd0e7 commit 01e1707
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mkdocs_with_pdf/themes/material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
}

@media print {

// admonition icon
.md-typeset :is(.admonition-title,summary):before {
top: 0.6rem;
left: 0.6rem;
}

.md-typeset {
// Tabbed code block container
.tabbed-set {
Expand Down

0 comments on commit 01e1707

Please sign in to comment.