Fix #1552
This commit is contained in:
parent
617cef1939
commit
62118ccf01
2 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
||||
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
||||
* #1608 Fix #1552 -> `.container.is-fluid` margins
|
||||
|
||||
### New features
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@ $container-offset: (2 * $gap) !default
|
|||
position: relative
|
||||
width: auto
|
||||
&.is-fluid
|
||||
margin-left: $gap
|
||||
margin-right: $gap
|
||||
max-width: none
|
||||
width: auto
|
||||
padding-left: $gap
|
||||
padding-right: $gap
|
||||
width: 100%
|
||||
+desktop
|
||||
max-width: $desktop - $container-offset
|
||||
+until-widescreen
|
||||
|
|
Loading…
Add table
Reference in a new issue