Skip to content

Commit e9b51ca

Browse files
author
tigmium
committed
add body size
1 parent 4c9ff72 commit e9b51ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

github-markdown.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ body {
1212
font-size: 16px;
1313
line-height: 1.6;
1414
word-wrap: break-word;
15+
min-width: 200px;
16+
max-width: 790px;
17+
margin: 0 auto;
18+
padding: 30px;
1519
}
1620

1721
body a {

0 commit comments

Comments
 (0)