diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-09 23:52:47 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-09 23:52:47 +0200 |
| commit | ec89ee00b4ffd756938db6a876c241312a4d7f57 (patch) | |
| tree | 976f03d7f316d26c64502f0cb535ce1d15c618a7 /assets | |
| parent | 0b7c4c743eda002c5319c705a050c7a45bd532e1 (diff) | |
Bugfixes
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index ae16fea..cb4b89e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -131,12 +131,13 @@ dl { figure { font-style: italic; + margin: var(--gap-small) 0 var(--gap-default) 0; text-align: center; } h1, h2, h3, h4, h5, h6 { line-height: var(--line-height-heading); - margin: var(--gap-large) 0 var(--gap-small); + margin: var(--gap-large) 0 var(--gap-default); } h1 { font-size: var(--font-size-h1); } @@ -182,10 +183,6 @@ time { .highlight { margin: 1rem auto; - & code { - white-space: wrap; - } - & > pre { border-radius: var(--border-radius-minimal); padding: 0.5rem; @@ -287,7 +284,7 @@ time { /* POST CARD */ .post-card { - margin: 0 auto; + margin: 0 auto 1.5rem; width: 90%; & .post-card__title { @@ -325,7 +322,7 @@ time { .post-card__tags-item { background-color: var(--bg-special); border-radius: var(--border-radius-max); - color: #fff; + color: var(--text-color); font-size: var(--font-size-small); padding: 0.1rem 0.4rem; } |
