1
0
Fork 0
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:
TheThomaas 2023-07-08 12:01:18 +02:00
parent c92a98f59e
commit 3dc0ae404a

View file

@ -23,6 +23,9 @@
.u-print-only {
display: initial !important;
}
.u-print-hide {
display: none !important;
}
}