Skip to content

Commit

Permalink
fix: restrict max page width to most pages
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed Mar 24, 2018
1 parent df04fb9 commit 19316ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Site/$Site.skin
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ html, html.uk-notouch, body {
font-family: @text-font;
}

body {
body.av-16 {
max-width: 900px;
margin: auto 5%;
}
Expand Down

0 comments on commit 19316ee

Please sign in to comment.