mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Fix table of contents on print
This commit is contained in:
parent
17047babc0
commit
960d1d24be
@ -709,9 +709,11 @@ h1 svg.icon {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-contents.print {
|
@media not print {
|
||||||
display: none;
|
.table-of-contents.print {
|
||||||
padding: 8px 15px;
|
display: none;
|
||||||
|
padding: 8px 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Social media share buttons */
|
/* Social media share buttons */
|
||||||
|
Loading…
Reference in New Issue
Block a user