Commit 5a31005e by Brian Talbot

Merge pull request #5563 from lpil/master

Stop page extending out of viewport width by 40px
parents 8b98c08d 16ed4974
......@@ -178,3 +178,4 @@ Paul Medlock-Walton <paulmw@mit.edu>
Henry Tareque <henry.tareque@gmail.com>
Eugeny Kolpakov <eugeny.kolpakov@gmail.com>
Omar Al-Ithawi <oithawi@qrf.org>
Louis Pilfold <louis@lpil.uk>
......@@ -107,6 +107,7 @@ a:focus {
.container {
@include clearfix;
@include box-sizing(border-box);
margin: 0 auto 0;
padding: 0px 30px;
max-width: grid-width(12);
......
......@@ -8,6 +8,7 @@
footer {
@include clearfix();
@include box-sizing(border-box);
max-width: grid-width(12);
min-width: 760px;
width: flex-grid(12);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment