diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sass/_customize.scss | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss index 10b7b3f..79d3aae 100644 --- a/assets/sass/_customize.scss +++ b/assets/sass/_customize.scss @@ -41,10 +41,6 @@ letter-spacing: -1px; } -.post-meta time { - padding-right: 1rem; -} - .post { margin-top: 40px; @@ -91,6 +87,18 @@ margin-top: -.5rem; } +.post .byline, +.poem .byline, +.poetry .byline { + margin-bottom: 1rem; +} + +.byline .author, +.post-meta .author { + padding-right: 1rem; +} + + nav.pagination { justify-content: center; } |
