diff options
| author | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
| commit | 47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d (patch) | |
| tree | 148e8a13485c4ad62ab2eecc6811c1f61059c5827b4e8979df5ac3cd200cd536 /assets/static | |
| parent | ebb83f9f7a29c734b4c25d17f482345fc6b8b84565111483559d1fe02c778acb (diff) | |
| download | hugo-theme-journal-47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d.tar.gz hugo-theme-journal-47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d.zip | |
Move pageinfo below heading for website
Diffstat (limited to 'assets/static')
| -rw-r--r-- | assets/static/css/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 18f74ac..9c24bb0 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -117,6 +117,30 @@ article:last-child header p, } } +.entry {} + +.entry__details { + margin-bottom: 1.5em; + margin-top: 1.5em; +} + +.entry__details > :first-child { + margin-top: 0; +} + +.entry__details > :last-child { + margin-bottom: 0; +} + +.entry__details:has(> h1:only-child) { + margin-bottom: 1.0em; +} + +.entry__heading, .entry__pageinfo { + margin-bottom: 0.2em; + margin-top: 0.2em; +} + .footer {} .footer__text { |
