diff options
Diffstat (limited to '_sass/_info.scss')
| -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; +} |
