diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 20:38:55 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-03 02:31:51 -0800 |
| commit | 21b8736c80ebb98cf936388f5789f6d9d1590b59 (patch) | |
| tree | 2a871f110bf2e51790c9a72080928f64eec902d7 /indieweb-micro/themes/MinIndie/static/css/style.css | |
| parent | 98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (diff) | |
fix: micro posts imprecise dt-published values
Diffstat (limited to 'indieweb-micro/themes/MinIndie/static/css/style.css')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indieweb-micro/themes/MinIndie/static/css/style.css b/indieweb-micro/themes/MinIndie/static/css/style.css index bc04f86..73e3665 100644 --- a/indieweb-micro/themes/MinIndie/static/css/style.css +++ b/indieweb-micro/themes/MinIndie/static/css/style.css @@ -259,13 +259,13 @@ tbody tr:nth-child(even) { align-self: center; text-align: center; } - + /* Smaller avatar on mobile */ .banner .avatar { width: 90px; height: 90px; } - + .banner img:first-child { border-radius: 6px; } |
