mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
set min-height for pages when printing
This commit is contained in:
@ -60,6 +60,11 @@ section {
|
||||
}
|
||||
|
||||
@media print {
|
||||
html,
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
body * {
|
||||
@ -75,6 +80,7 @@ section {
|
||||
|
||||
#page {
|
||||
width: 21cm;
|
||||
min-height: 29.7cm;
|
||||
position: absolute;
|
||||
text-align: start;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user