diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-05 18:10:34 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-05 18:10:42 +0200 |
| commit | 7d4a696a70969b82a55715221b85700a1e68d140 (patch) | |
| tree | f80a870391737b9afa1090f3f37975e95fbd1dd2 /assets/sass | |
| parent | 0c30ea398b6315e9b99afa4067a4897fad876d60 (diff) | |
| download | gohugo-theme-ed-7d4a696a70969b82a55715221b85700a1e68d140.tar.gz | |
Rework single post layouts
Diffstat (limited to 'assets/sass')
| -rw-r--r-- | assets/sass/_customize.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss index 4242627..7b0c768 100644 --- a/assets/sass/_customize.scss +++ b/assets/sass/_customize.scss @@ -75,7 +75,7 @@ } .post-meta { - margin-top: 5px; + margin-bottom: 0; font-size: .85rem; color: $text-light-color; } @@ -93,12 +93,6 @@ margin-bottom: 1rem; } -.byline .author, -.post-meta .author { - padding-right: 1rem; -} - - nav.pagination { justify-content: center; } @@ -140,7 +134,7 @@ ul.pager li { display: inline-block; } -.post-tags-wrapper { +.tags-wrapper { position: relative; } |
