💄 style: move padding from post-time to listing-item

Fixes uneven background size on hover for titles.
This commit is contained in:
welpo 2023-04-30 19:25:55 +02:00
parent 25d3a4d109
commit 5907091893
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -6,12 +6,12 @@
.listing-item {
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
display: flex;
gap: 1rem;
.post-time {
min-width: 3.3rem;
margin-bottom: 0.5rem;
.date {
color: var(--meta-color);