Comment system for Hugo
https://labertasche.tuxstash.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
4 years ago
|
$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
|