Skip to content

Commit

Permalink
[spec] Tune width in CSS (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
matj1 authored Aug 9, 2024
1 parent 8ea273d commit cd21cd8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions document/core/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ body {
font-size: 15px;
}

div.document { width: 1000px; }
div.document {
width: unset;
max-width: 1000px;
}
div.bodywrapper { margin: 0 0 0 200px; }
div.body { padding: 0 10px 0 10px; }
div.footer { width: 1000px; }
div.footer {
width: unset;
max-width: 1000px;
}

div.body h1 { font-size: 200%; }
div.body h2 { font-size: 150%; }
Expand Down

0 comments on commit cd21cd8

Please sign in to comment.