mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +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)
|
||||
|
||||
mixin section(id)
|
||||
section.o-block(id=(id) ? 'section-' + id : '')&attributes(attributes)
|
||||
section.o-section(id=(id) ? 'section-' + id : '')&attributes(attributes)
|
||||
block
|
||||
|
||||
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
.o-block-small
|
||||
margin-bottom: 2rem
|
||||
|
||||
.o-section
|
||||
margin-bottom: 12.5rem
|
||||
|
||||
.o-responsive
|
||||
overflow: auto
|
||||
width: 100%
|
||||
|
|
Loading…
Reference in New Issue
Block a user