mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -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;
|
||||
}
|
||||
|
||||
.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 */
|
||||
|
Loading…
Reference in New Issue
Block a user