diff options
| author | Veikka Kähkönen <insiding@gmail.com> | 2017-11-28 16:24:05 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <insiding@gmail.com> | 2017-11-28 16:24:05 +0200 |
| commit | 63ecf999bb111b745088754b106bf4b2fbfa30c9 (patch) | |
| tree | 3c95ceac8c7d3b2e0acfa809bcfa64159d7007a5 /_sass | |
| parent | 6f0bbb90af95be29f651d541926473fcc59da07f (diff) | |
Make post list prettier on index
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_info.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_sass/_info.scss b/_sass/_info.scss index 7c6e256..04cc1d4 100644 --- a/_sass/_info.scss +++ b/_sass/_info.scss @@ -7,3 +7,15 @@ color: white; padding: 0.4em; } + +.post_list { + list-style-type: none; +} + +.post_list__title { + margin-bottom: 0; +} + +.post_list__element { + margin-bottom: 0.4em; +} |
