mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Fix container
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
position: relative
|
||||
+desktop
|
||||
margin: 0 auto
|
||||
max-width: $desktop - 40px
|
||||
max-width: $desktop - 40px // 960px
|
||||
// Modifiers
|
||||
&.is-fluid
|
||||
margin: 0 1.5rem
|
||||
margin: 0 20px
|
||||
max-width: none
|
||||
+widescreen
|
||||
max-width: $widescreen - 40px
|
||||
max-width: $widescreen - 40px // 1152px
|
||||
|
||||
.delete
|
||||
+delete
|
||||
|
||||
@@ -18,7 +18,7 @@ $subtitle-weight: $weight-light !default
|
||||
strong
|
||||
font-weight: $title-weight-bold
|
||||
.tag
|
||||
vertical-align: bottom
|
||||
vertical-align: middle
|
||||
|
||||
.title
|
||||
color: $title
|
||||
|
||||
Reference in New Issue
Block a user