mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Fix table of contents on print
This commit is contained in:
@ -709,9 +709,11 @@ h1 svg.icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.table-of-contents.print {
|
||||
display: none;
|
||||
padding: 8px 15px;
|
||||
@media not print {
|
||||
.table-of-contents.print {
|
||||
display: none;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Social media share buttons */
|
||||
|
Reference in New Issue
Block a user