File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11/* ==================================================================
2- CSS Boilerplate v2.0.1
2+ CSS Boilerplate v2.0.2
33 The Unlicense <https://unlicense.org>
44 https://github.com/MattMcAdams/CSS-Boilerplate
55================================================================== */
@@ -1032,21 +1032,18 @@ button[type="reset"][disabled] {
10321032.container {
10331033 margin-inline : auto;
10341034 padding-inline : var (--space_gutter );
1035- width : 100% ;
10361035 max-width : var (--width_content );
10371036}
10381037
10391038.container--wide {
10401039 margin-inline : auto;
10411040 padding-inline : var (--space_gutter );
1042- width : 100% ;
10431041 max-width : var (--width_wide );
10441042}
10451043
10461044.container--full {
10471045 margin-inline : auto;
10481046 padding-inline : var (--space_gutter );
1049- width : 100% ;
10501047}
10511048
10521049/* Allow nested containers wider than parent */
Original file line number Diff line number Diff line change 11/* ==================================================================
2- CSS Boilerplate v2.0.1
2+ CSS Boilerplate v2.0.2
33 The Unlicense <https://unlicense.org>
44 https://github.com/MattMcAdams/CSS-Boilerplate
55================================================================== */
Original file line number Diff line number Diff line change 1313.container {
1414 margin-inline : auto;
1515 padding-inline : var (--space_gutter );
16- width : 100% ;
1716 max-width : var (--width_content );
1817}
1918
2019.container--wide {
2120 margin-inline : auto;
2221 padding-inline : var (--space_gutter );
23- width : 100% ;
2422 max-width : var (--width_wide );
2523}
2624
2725.container--full {
2826 margin-inline : auto;
2927 padding-inline : var (--space_gutter );
30- width : 100% ;
3128}
3229
3330/* Allow nested containers wider than parent */
You can’t perform that action at this time.
0 commit comments