diff --git a/_posts/2016-04-04-lists.md b/_posts/2016-04-04-lists.md index 380690f02f4..4640514c498 100755 --- a/_posts/2016-04-04-lists.md +++ b/_posts/2016-04-04-lists.md @@ -5,14 +5,14 @@ key: 20160404 tags: markdown --- -#### Unordered list +## Unordered list * Aenean * vel * libero * eget * ante -#### Ordered list +## Ordered list 1. Aenean 2. vel 3. libero diff --git a/_sass/blog/_layout.post.scss b/_sass/blog/_layout.post.scss index 16d7fa94ee5..d0ef948a26d 100644 --- a/_sass/blog/_layout.post.scss +++ b/_sass/blog/_layout.post.scss @@ -6,7 +6,7 @@ } } .col-1 { - max-width: $content-max-width; + width: $content-max-width; & > article { & > header { color: $text-color-d;