diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-10-01 12:21:08 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-10-01 23:11:09 +0200 |
| commit | 954f5ac9bbf810bcb8c765a71271a6f7775738c3 (patch) | |
| tree | d3708d7cc8cc49462b5fa2201a3b5b00bfe74fa3 /assets/scss/web/_blog.scss | |
| parent | 80a3645bd84fd7f692d662c1380ec31c95972a9b (diff) | |
Update blog style and email
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; } |
