mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
10 lines
123 B
SCSS
10 lines
123 B
SCSS
@media print {
|
|
@page {
|
|
margin: 1.2cm;
|
|
}
|
|
|
|
.ascribe-default-app {
|
|
padding: 0 !important;
|
|
}
|
|
}
|