This commit is contained in:
Jeremy Thomas 2019-09-19 15:18:04 +01:00
parent 617cef1939
commit 62118ccf01
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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