diff options
| author | Veikka Kähkönen <insiding@gmail.com> | 2017-11-29 22:17:12 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <insiding@gmail.com> | 2017-11-29 22:17:12 +0200 |
| commit | 557584edd4a240958d60c29337195989dfecc532 (patch) | |
| tree | 26065e3ceee51220b85e3caa632c5721af0d0f05 | |
| parent | 00ed864d45a50174c2158bc66cb1842e736e7043 (diff) | |
Remove left margin on index post list
| -rw-r--r-- | _sass/_info.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/_info.scss b/_sass/_info.scss index 04cc1d4..454fd51 100644 --- a/_sass/_info.scss +++ b/_sass/_info.scss @@ -10,6 +10,7 @@ .post_list { list-style-type: none; + margin-left: 0; } .post_list__title { |
