diff options
Diffstat (limited to 'assets')
| -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; +} |
