mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Add section object with larger margin
This commit is contained in:
parent
593f7eb413
commit
cd5e470508
|
@ -14,7 +14,7 @@ mixin a(url, trusted)
|
||||||
block - section content (block and inline elements)
|
block - section content (block and inline elements)
|
||||||
|
|
||||||
mixin section(id)
|
mixin section(id)
|
||||||
section.o-block(id=(id) ? 'section-' + id : '')&attributes(attributes)
|
section.o-section(id=(id) ? 'section-' + id : '')&attributes(attributes)
|
||||||
block
|
block
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,9 @@
|
||||||
.o-block-small
|
.o-block-small
|
||||||
margin-bottom: 2rem
|
margin-bottom: 2rem
|
||||||
|
|
||||||
|
.o-section
|
||||||
|
margin-bottom: 12.5rem
|
||||||
|
|
||||||
.o-responsive
|
.o-responsive
|
||||||
overflow: auto
|
overflow: auto
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user