diff --git a/.marp/theme.scss b/.marp/theme.scss index 40aabb5..27fd7c1 100644 --- a/.marp/theme.scss +++ b/.marp/theme.scss @@ -44,6 +44,10 @@ section.chapter h5:first-child::before { } */ +section > ul { + padding-left: 1em; +} + section > bc-title { line-height: 39px; font-size: 32px; @@ -64,7 +68,9 @@ section > h6:first-child { font-family: "Droid Sans Mono", monospace; color: #662d91; font-weight: bold; - position: relative; } + position: relative; + top: -40px; +} section > bc-title:first-child::before, section > h1:first-child::before,