Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit cc13c36

Browse files
committed
Update md.css
1 parent 5229a6c commit cc13c36

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Snip/Resources/md.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
.markdown-body {
2+
box-sizing: border-box;
3+
min-width: 200px;
4+
max-width: 980px;
5+
margin: 0 auto;
6+
padding: 45px;
7+
}
8+
9+
@media (max-width: 767px) {
10+
.markdown-body {
11+
padding: 15px;
12+
}
13+
}
14+
115
.markdown-body .octicon {
216
display: inline-block;
317
fill: currentColor;

0 commit comments

Comments
 (0)