mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Increase margin after chapter introduction
This commit is contained in:
@@ -1027,3 +1027,7 @@ a strong {
|
|||||||
transition: 200ms ease-out;
|
transition: 200ms ease-out;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chapter-introduction {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -44,7 +44,9 @@
|
|||||||
<div class="posts {{chapter_slug}}">
|
<div class="posts {{chapter_slug}}">
|
||||||
{% set chapter_page = get_page(path = "edition-3/chapters/" ~ chapter_slug ~ ".md" ) %}
|
{% set chapter_page = get_page(path = "edition-3/chapters/" ~ chapter_slug ~ ".md" ) %}
|
||||||
<h2>{{ chapter_page.title }}</h2>
|
<h2>{{ chapter_page.title }}</h2>
|
||||||
{{ chapter_page.content | safe }}
|
<div class="chapter-introduction">
|
||||||
|
{{ chapter_page.content | safe }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user