Skip to content

Commit 9ee2252

Browse files
committed
🐛 address quote spacing issue (#74)
1 parent 4f34241 commit 9ee2252

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_posts/2019-04-16-welcome-to-jekyll2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ To add new posts, simply add a file in the `_posts` directory that follows the c
1313
> more quote text to come
1414
> - Chris Wayne
1515
16+
> Single line quote
17+
1618
However, these are bulletpoints:
1719

1820
* 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.

_sass/dash/_layout.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170

171171
& > p {
172-
display: block;
172+
display: inline-block;
173173
padding-left: 3em;
174174
}
175175

@@ -182,6 +182,10 @@
182182
font-size: 2em;
183183
}
184184

185+
& > ul {
186+
margin-left: 3em;
187+
}
188+
185189
li {
186190
@include themed() {
187191
color: t('quote-secondary');

0 commit comments

Comments
 (0)