diff options
| author | Nicholas Johnson <> | 2026-09-05 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
| commit | 951f904bdd337aad611e12be2e4fc9cb180ce1f4cbbb3dae01274346fbe6d195 (patch) | |
| tree | 56eb43362b83004042b2f801439845cd67047727ddfb2ad72b16a8c056d4a2f4 /assets/static/css/style.css | |
| parent | 047b1fcfcf26ff093e35490c6c4f5d50dac5e70e3ca38a7f3628a7908ad8362f (diff) | |
| download | hugo-theme-journal-951f904bdd337aad611e12be2e4fc9cb180ce1f4cbbb3dae01274346fbe6d195.tar.gz hugo-theme-journal-951f904bdd337aad611e12be2e4fc9cb180ce1f4cbbb3dae01274346fbe6d195.zip | |
Replace visual dividers w/space for entry metadata
Less visual clutter, improves readability.
Diffstat (limited to 'assets/static/css/style.css')
| -rw-r--r-- | assets/static/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 926be97..18f74ac 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -1,6 +1,6 @@ /* hugo-theme-journal Hugo theme for my journal - Copyright (C) 2022-2023, 2025 Nicholas Johnson + Copyright (C) 2022-2023, 2025, 2026 Nicholas Johnson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -172,3 +172,7 @@ article:last-child header p, overflow-y: hidden; padding: 0; } + +.meta-item + .meta-item { + margin-left: 0.6em; +} |
