mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add .is-narrow modifier for .hero layout (#697)
* Add .is-narrow modifier for .hero layout * Update class name to follow framework naming
This commit is contained in:
parent
4010674569
commit
3b3d5a7b4a
@ -82,6 +82,10 @@
|
|||||||
.nav-item
|
.nav-item
|
||||||
border-top-color: rgba($color-invert, 0.2)
|
border-top-color: rgba($color-invert, 0.2)
|
||||||
// Sizes
|
// Sizes
|
||||||
|
&.is-small
|
||||||
|
.hero-body
|
||||||
|
padding-bottom: 1.5rem
|
||||||
|
padding-top: 1.5rem
|
||||||
&.is-medium
|
&.is-medium
|
||||||
+tablet
|
+tablet
|
||||||
.hero-body
|
.hero-body
|
||||||
|
Loading…
Reference in New Issue
Block a user