diff options
| author | Christian Cleberg <[email protected]> | 2026-04-06 13:07:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-06 13:07:55 -0500 |
| commit | 7545d6167a95c1601baa7718313c1e2f96b34411 (patch) | |
| tree | e79335676b0215351de1f4e3cb87733662db9184 /theme/static/styles.css | |
| parent | 1ff252b61aa7e4c13e8184e34f8447b74a4b2560 (diff) | |
| download | cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.tar.gz cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.tar.bz2 cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.zip | |
realign homepage and fix post-list CSS
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 74040e6..59ea095 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -3,7 +3,7 @@ a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} img { max-width: 100%; } -.post-list { padding: 0; } +.post-list { padding: 0; padding-inline-start: 0; } .post-list-item { display: flex; list-style: none; align-items: baseline; } .post-list-item time { padding-right: 0.5rem; white-space: nowrap; } .post-list-item a { flex-grow: 1; white-space: normal; } |
