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