Adjust alignment and layout in entry card components

This commit is contained in:
2026-01-08 01:48:54 +01:00
parent 4ae792d1cc
commit a41f0e2491

View File

@@ -83,7 +83,7 @@ h4 {
.entry-card {
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
background: var(--card);
padding: 1rem 1rem 0.85rem;
border-radius: 16px;
@@ -99,7 +99,7 @@ h4 {
}
.entry-card__content {
flex: 1 1 75%;
flex: 1 1 auto;
min-width: 0;
padding-right: 1rem;
}
@@ -114,8 +114,8 @@ h4 {
flex-direction: column;
gap: 0.35rem;
align-items: flex-end;
flex: 0 0 25%;
min-width: 140px;
flex: 0 0 auto;
min-width: 0;
}
.entry-link {