mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Fix padding on the body.
This commit is contained in:
parent
496c7f5ea2
commit
104464a912
@ -14,6 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
.no-print,
|
.no-print,
|
||||||
.no-print * {
|
.no-print * {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@ -39,3 +40,7 @@
|
|||||||
.destructive {
|
.destructive {
|
||||||
background-color: firebrick !important;
|
background-color: firebrick !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user