Novel_download/css/page_styles1.css

17 lines
252 B
CSS
Raw Normal View History

2023-06-21 08:58:08 +08:00
@page {
margin-bottom: 5pt;
margin-top: 5pt
}
2023-06-21 15:44:42 +08:00
html {
overflow: hidden;
}
body {
height: 100%;
overflow: auto;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
page-break-inside: avoid;
}