Skip to content

Commit cd21cd8

Browse files
authored
[spec] Tune width in CSS (#1777)
1 parent 8ea273d commit cd21cd8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

document/core/static/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ body {
1515
font-size: 15px;
1616
}
1717

18-
div.document { width: 1000px; }
18+
div.document {
19+
width: unset;
20+
max-width: 1000px;
21+
}
1922
div.bodywrapper { margin: 0 0 0 200px; }
2023
div.body { padding: 0 10px 0 10px; }
21-
div.footer { width: 1000px; }
24+
div.footer {
25+
width: unset;
26+
max-width: 1000px;
27+
}
2228

2329
div.body h1 { font-size: 200%; }
2430
div.body h2 { font-size: 150%; }

0 commit comments

Comments
 (0)