mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add only responsive classes, Remove test tiles, Remove section border, Add widescreen container
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
&.is-fluid
|
||||
margin: 0 20px
|
||||
max-width: none
|
||||
+widescreen
|
||||
max-width: 1200px
|
||||
|
||||
.fa
|
||||
font-size: 21px
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
display: none !important
|
||||
|
||||
.is-hidden-tablet
|
||||
+tablet
|
||||
+tablet-only
|
||||
display: none !important
|
||||
|
||||
.is-hidden-touch
|
||||
@@ -48,7 +48,7 @@
|
||||
display: none !important
|
||||
|
||||
.is-hidden-desktop
|
||||
+desktop
|
||||
+desktop-only
|
||||
display: none !important
|
||||
|
||||
// Other
|
||||
|
||||
Reference in New Issue
Block a user