mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: reduce margin for children shortcode #130
This commit is contained in:
parent
9e5f38f5ae
commit
3f18e50626
2 changed files with 34 additions and 3 deletions
27
shortcodes.txt
Normal file
27
shortcodes.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
https://github.com/gohugoio/hugo/tree/master/docs/layouts/shortcodes
|
||||
https://github.com/spf13/spf13.com/tree/master/layouts/shortcodes
|
||||
|
||||
https://getshortcodes.com/docs-category/shortcodes/
|
||||
|
||||
https://docport.netlify.app/shortcodes/
|
||||
https://github.com/parsiya/Hugo-Shortcodes#codecaption-codecaptionhtml
|
||||
https://docdock.netlify.app/original/shortcodes
|
||||
|
||||
Light tabs
|
||||
https://istio.io/latest/docs/releases/contribute/shortcodes/
|
||||
|
||||
Nice buttons
|
||||
https://www.axiomtheme.com/docs/shortcodes/
|
||||
|
||||
Swagger und anderes interessantes Zeug
|
||||
https://www.docsy.dev/docs/adding-content/shortcodes/
|
||||
|
||||
Protobuf Shortcode
|
||||
https://github.com/solo-io/hugo-theme-soloio
|
||||
|
||||
Nice theme
|
||||
https://sphinx-rtd-theme.readthedocs.io/en/stable/
|
||||
|
||||
Hugo shortcodes
|
||||
https://github.com/gohugoio/hugo/tree/master/docs/layouts/shortcodes
|
||||
|
|
@ -584,9 +584,13 @@ div.attachments.neutral > div.label {
|
|||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.children h3,.children h2 {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
#body-inner .children h2,
|
||||
#body-inner .children h3,
|
||||
#body-inner .children h4,
|
||||
#body-inner .children h5,
|
||||
#body-inner .children h6 {
|
||||
margin-bottom: 0rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#body-inner ul.children-h2,
|
||||
#body-inner ul.children-h3,
|
||||
|
|
Loading…
Reference in a new issue