Skip to content

Commit b3bfd96

Browse files
committed
fix: add CSS to realign mkdocs-material admonitions
1 parent daab6bf commit b3bfd96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mkdocs_with_pdf/themes/material.scss

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
}
88

99
@media print {
10+
11+
// admonition icon
12+
.md-typeset :is(.admonition-title,summary):before {
13+
top: 0.6rem;
14+
left: 0.6rem;
15+
}
16+
1017
.md-typeset {
1118
// Tabbed code block container
1219
.tabbed-set {

0 commit comments

Comments
 (0)