mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
19 lines
277 B
Sass
19 lines
277 B
Sass
|
.block
|
||
|
&:not(:last-child)
|
||
|
margin-bottom: 20px
|
||
|
|
||
|
.container
|
||
|
position: relative
|
||
|
+desktop
|
||
|
margin: 0 auto
|
||
|
max-width: 960px
|
||
|
// Modifiers
|
||
|
&.is-fluid
|
||
|
margin: 0 20px
|
||
|
max-width: none
|
||
|
|
||
|
.fa
|
||
|
font-size: 21px
|
||
|
text-align: center
|
||
|
vertical-align: top
|