Increase margin after chapter introduction

This commit is contained in:
Philipp Oppermann
2021-01-03 15:16:07 +01:00
parent 72e4851bc7
commit 8fbdf53598
2 changed files with 7 additions and 1 deletions

View File

@@ -1027,3 +1027,7 @@ a strong {
transition: 200ms ease-out;
opacity: 1;
}
.chapter-introduction {
margin-bottom: 1.5rem;
}