diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:31:03 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:31:03 +0200 |
| commit | fb4e50a1dab6784ad66a3f0156ab0fd50eea7e0a (patch) | |
| tree | ce80bc890d8e8850bd14eb8081a168b7f561b9a1 | |
| parent | d44d3436e706a1be00860b03ae1271c49f39930c (diff) | |
Use the default padding/margins for print css
| -rw-r--r-- | app/print.styl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/print.styl b/app/print.styl index 5ce2c4d..c1feba7 100644 --- a/app/print.styl +++ b/app/print.styl @@ -1,8 +1,6 @@ @page { margin-left: 1cm margin-right: 1cm - padding-top: 1cm - padding-bottom: 0.3cm } body { |
