force date to take full width

This commit is contained in:
2026-08-14 19:01:27 +01:00
parent ca6b0cc62f
commit 1f7b3a0774
+2 -1
View File
@@ -98,13 +98,14 @@ p > img {
line-height: 1.5em; line-height: 1.5em;
flex-grow: 1; flex-grow: 1;
padding-right: 2%; padding-right: 2%;
min-width: 0;
} }
.card > p { .card > p {
text-align: right; text-align: right;
font-size: small; font-size: small;
margin-left: auto; margin-left: auto;
overflow: scroll; white-space: nowrap;
} }
#socials { #socials {