Skip to content

Commit

Permalink
fix: fix header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 23, 2024
1 parent d0b421f commit d22030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview/blocks/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
display: flex;
flex-direction: column-reverse;
gap: var(--space-l);
align-items: start;
align-items: center;
@container (inline-size >= 520px) {
flex-direction: row;
align-items: start;
justify-content: space-between;
}
}
Expand Down

0 comments on commit d22030e

Please sign in to comment.