diff --git a/_posts/2019-04-16-welcome-to-jekyll2.md b/_posts/2019-04-16-welcome-to-jekyll2.md index e8893217..25c60056 100644 --- a/_posts/2019-04-16-welcome-to-jekyll2.md +++ b/_posts/2019-04-16-welcome-to-jekyll2.md @@ -13,6 +13,8 @@ To add new posts, simply add a file in the `_posts` directory that follows the c > more quote text to come > - Chris Wayne +> Single line quote + However, these are bulletpoints: * To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. diff --git a/_sass/dash/_layout.scss b/_sass/dash/_layout.scss index e0fee052..3f4ff0cf 100644 --- a/_sass/dash/_layout.scss +++ b/_sass/dash/_layout.scss @@ -169,7 +169,7 @@ } & > p { - display: block; + display: inline-block; padding-left: 3em; } @@ -182,6 +182,10 @@ font-size: 2em; } + & > ul { + margin-left: 3em; + } + li { @include themed() { color: t('quote-secondary');