mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Fix hero pages
This commit is contained in:
parent
efe43ca53e
commit
b9e3dde692
@ -100,5 +100,8 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
|||||||
.is-marginless
|
.is-marginless
|
||||||
margin: 0 !important
|
margin: 0 !important
|
||||||
|
|
||||||
|
.is-paddingless
|
||||||
|
padding: 0 !important
|
||||||
|
|
||||||
.is-unselectable
|
.is-unselectable
|
||||||
@extend .unselectable
|
@extend .unselectable
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
padding: 40px 20px
|
padding: 40px 20px
|
||||||
// Responsiveness
|
// Responsiveness
|
||||||
+widescreen
|
+from(1240px)
|
||||||
padding-left: 0
|
padding-left: 0
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user