mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-10 03:51:38 +00:00
Add class to hide on print
This commit is contained in:
parent
c92a98f59e
commit
3dc0ae404a
|
|
@ -23,6 +23,9 @@
|
|||
.u-print-only {
|
||||
display: initial !important;
|
||||
}
|
||||
.u-print-hide {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue