feat(frontend): about improvments
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 35s
Build, Test and Deploy / build-and-push (push) Successful in 24s
Build, Test and Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-02-26 21:42:12 +01:00
parent e82862821e
commit 6f3e601f21
11 changed files with 248 additions and 48 deletions

View File

@@ -2,7 +2,7 @@
.home-page {
--home-bg: #faf9f6;
--color-bg-card: #f7f7f7;
--color-bg-card: #ffffff;
background: var(--home-bg);
}
@@ -228,12 +228,12 @@
.card-image-placeholder {
width: 100%;
height: 160px;
background: var(--color-neutral-100);
background: #f5f5f5;
margin: -1.5rem -1.5rem 1.5rem -1.5rem; /* Negative margins to bleed to edge */
width: calc(100% + 3rem);
border-top-left-radius: var(--radius-lg);
border-top-right-radius: var(--radius-lg);
border-bottom: 1px solid var(--color-border);
border-bottom: 1px solid var(--color-neutral-300);
display: flex;
align-items: center;
justify-content: center;