diff options
Diffstat (limited to 'assets/scss/web/_blog.scss')
| -rw-r--r-- | assets/scss/web/_blog.scss | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 0b98d8f..c671231 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -4,6 +4,10 @@ margin-top: 1cm; } +.blog__footer { + margin-bottom: 2cm; +} + .posts { font-size: 1.1rem; list-style: none; @@ -25,24 +29,9 @@ .post__date { font-weight: bold; - .post__date_short { - display: none; - } - .post__date_long { - display: inline; - } - @media (max-width: 780px) { - .post__date_short { - display: inline; - } - .post__date_long { - display: none; - } - } } .post__content { - margin-bottom: 2cm; h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } |
