added static folder
switch to fancy css
This commit is contained in:
13
md2html/static/custom.css
Normal file
13
md2html/static/custom.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user