mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-09 09:48:40 +00:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
@page {
|
|
margin : 0;
|
|
size : 8.5in 11in;
|
|
}
|
|
|
|
.page {
|
|
page-break-before : always;
|
|
page-break-after : always;
|
|
display : flex;
|
|
flex-direction : column;
|
|
height : 100%;
|
|
overflow-y : auto;
|
|
}
|