updated sys and created publi
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
.page{
|
||||
box-sizing: border-box;
|
||||
width:210mm;
|
||||
// height:294mm;
|
||||
padding:10mm;
|
||||
page-break-after: always;
|
||||
|
||||
p{
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
word-wrap: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
em{
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
pre, code{
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
word-wrap: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
code{
|
||||
// padding: 10mm;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user