Add section object with larger margin

This commit is contained in:
Ines Montani 2016-10-21 00:59:27 +02:00
parent 593f7eb413
commit cd5e470508
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ mixin a(url, trusted)
block - section content (block and inline elements)
mixin section(id)
section.o-block(id=(id) ? 'section-' + id : '')&attributes(attributes)
section.o-section(id=(id) ? 'section-' + id : '')&attributes(attributes)
block

View File

@ -45,6 +45,9 @@
.o-block-small
margin-bottom: 2rem
.o-section
margin-bottom: 12.5rem
.o-responsive
overflow: auto
width: 100%