mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #1552
This commit is contained in:
parent
617cef1939
commit
62118ccf01
@ -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…
Reference in New Issue
Block a user