mirror of
https://github.com/zrgn/zrgn.github.io
synced 2025-07-16 23:50:29 +00:00
Use better bower/grunt integration plugin.
This commit is contained in:
parent
23d16dc090
commit
0534a81c9f
65 changed files with 5047 additions and 24145 deletions
13
_sass/vendor/bulma/sass/layout/section.sass
vendored
Normal file
13
_sass/vendor/bulma/sass/layout/section.sass
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
$section-padding: 3rem 1.5rem !default
|
||||
$section-padding-medium: 9rem 1.5rem !default
|
||||
$section-padding-large: 18rem 1.5rem !default
|
||||
|
||||
.section
|
||||
padding: $section-padding
|
||||
// Responsiveness
|
||||
+desktop
|
||||
// Sizes
|
||||
&.is-medium
|
||||
padding: $section-padding-medium
|
||||
&.is-large
|
||||
padding: $section-padding-large
|
Loading…
Add table
Add a link
Reference in a new issue