fix css
This commit is contained in:
parent
73ae8169a1
commit
f24b289cd4
1 changed files with 5 additions and 8 deletions
|
|
@ -430,11 +430,9 @@
|
|||
&__photo {
|
||||
height: 9rem;
|
||||
width: 100%;
|
||||
background: linear-gradient(
|
||||
160deg,
|
||||
background: linear-gradient(160deg,
|
||||
color-mix(in srgb, var(--color-primary) 22%, var(--color-surface-alt)),
|
||||
var(--color-surface-alt)
|
||||
);
|
||||
var(--color-surface-alt));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -729,7 +727,6 @@
|
|||
.recipe-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 40rem;
|
||||
gap: var(--space-xs);
|
||||
|
||||
label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue