Skip to content

Commit

Permalink
Merge 6b16acc into 7d3805f
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Feb 4, 2019
2 parents 7d3805f + 6b16acc commit 445f1cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion lib/templates/github.less
@@ -1,10 +1,16 @@
body {
width: 45em;
width: 978px;
border: 1px solid #ddd;
outline: 1300px solid #fff;
margin: 16px auto;
}

@media screen and (max-width: 1024px) {
body {
width: 98%;
}
}

body .markdown-body
{
padding: 30px;
Expand Down
8 changes: 7 additions & 1 deletion lib/templates/markserv.css
@@ -1,12 +1,18 @@
body {
width: 45em;
width: 978px;
margin: 16px auto;
}

body .markdown-body {
padding: 30px;
}

@media screen and (max-width: 1024px) {
body {
width: 98%;
}
}

@media screen and (min-width: 768px) {
body {
border: 1px solid #ddd;
Expand Down

0 comments on commit 445f1cb

Please sign in to comment.