Merge pull request #5563 from lpil/master
Stop page extending out of viewport width by 40px
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user