From f24b289cd4745322fccc3d87bd11701a701a1b82 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 20 Aug 2026 23:17:25 +0200 Subject: [PATCH] fix css --- apps/web/src/features/recipes/recipes.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/web/src/features/recipes/recipes.scss b/apps/web/src/features/recipes/recipes.scss index 025d9c5..aad17c0 100644 --- a/apps/web/src/features/recipes/recipes.scss +++ b/apps/web/src/features/recipes/recipes.scss @@ -430,11 +430,9 @@ &__photo { height: 9rem; width: 100%; - background: linear-gradient( - 160deg, - color-mix(in srgb, var(--color-primary) 22%, var(--color-surface-alt)), - var(--color-surface-alt) - ); + background: linear-gradient(160deg, + color-mix(in srgb, var(--color-primary) 22%, var(--color-surface-alt)), + var(--color-surface-alt)); display: flex; align-items: center; justify-content: center; @@ -541,7 +539,7 @@ flex-shrink: 0; padding: var(--space-md); - & + & { + &+& { border-top: 1px solid var(--color-border); } @@ -729,7 +727,6 @@ .recipe-form { display: flex; flex-direction: column; - max-width: 40rem; gap: var(--space-xs); label { @@ -1364,4 +1361,4 @@ } } } -} +} \ No newline at end of file