From b802d235646bbde228f523d557bc031b4d241c81 Mon Sep 17 00:00:00 2001 From: kitian616 Date: Mon, 30 Oct 2017 23:59:05 +0800 Subject: [PATCH] fix: col-1 style --- _posts/2016-04-04-lists.md | 4 ++-- _sass/blog/_layout.post.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;