mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix section
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
.menu-label
|
||||
color: $text-light
|
||||
font-size: 0.8em
|
||||
letter-spacing: 1px
|
||||
letter-spacing: 0.1em
|
||||
text-transform: uppercase
|
||||
&:not(:first-child)
|
||||
margin-top: 1em
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
margin-right: 10px
|
||||
|
||||
.modal-card-body
|
||||
+overflow-touch
|
||||
background-color: $white
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
.section
|
||||
background-color: $white
|
||||
padding: 40px 20px
|
||||
padding: 3rem 1.5rem
|
||||
// Responsiveness
|
||||
+desktop
|
||||
// Sizes
|
||||
&.is-medium
|
||||
padding: 120px 20px
|
||||
padding: 9rem 1.5rem
|
||||
&.is-large
|
||||
padding: 240px 20px
|
||||
padding: 18rem 1.5rem
|
||||
|
||||
@@ -147,6 +147,9 @@
|
||||
position: relative
|
||||
width: 1rem
|
||||
|
||||
=overflow-touch
|
||||
-webkit-overflow-scrolling: touch
|
||||
|
||||
=overlay($offset: 0)
|
||||
bottom: $offset
|
||||
left: $offset
|
||||
|
||||
Reference in New Issue
Block a user