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