Skip to content

Commit

Permalink
馃悰 address quote spacing issue (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Oct 5, 2021
1 parent 4f34241 commit 9ee2252
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _posts/2019-04-16-welcome-to-jekyll2.md
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion _sass/dash/_layout.scss
Expand Up @@ -169,7 +169,7 @@
}

& > p {
display: block;
display: inline-block;
padding-left: 3em;
}

Expand All @@ -182,6 +182,10 @@
font-size: 2em;
}

& > ul {
margin-left: 3em;
}

li {
@include themed() {
color: t('quote-secondary');
Expand Down

0 comments on commit 9ee2252

Please sign in to comment.