mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix section
This commit is contained in:
parent
7dd8463348
commit
6883fac7de
@ -3439,7 +3439,7 @@ a.box:active {
|
||||
.menu-label {
|
||||
color: #7a7a7a;
|
||||
font-size: 0.8em;
|
||||
letter-spacing: 1px;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@ -3776,6 +3776,7 @@ a.box:active {
|
||||
}
|
||||
|
||||
.modal-card-body {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: white;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
@ -6280,15 +6281,15 @@ label.panel-block:hover {
|
||||
|
||||
.section {
|
||||
background-color: white;
|
||||
padding: 40px 20px;
|
||||
padding: 3rem 1.5rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 980px) {
|
||||
.section.is-medium {
|
||||
padding: 120px 20px;
|
||||
padding: 9rem 1.5rem;
|
||||
}
|
||||
.section.is-large {
|
||||
padding: 240px 20px;
|
||||
padding: 18rem 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user