Add max-width to .entry-card__content

This commit is contained in:
2026-01-08 01:47:42 +01:00
parent 4eb4d24d35
commit 72247b04c9

View File

@@ -101,6 +101,7 @@ h4 {
.entry-card__content {
flex: 1;
padding-right: 1rem;
max-width: 75%;
}
.entry-card__title {