Skip to content

Commit

Permalink
remove align items from section (#340)
Browse files Browse the repository at this point in the history
# Contents

<!-- Description of what this PR contains. New components/features,
bugfixes, etc. -->

## Checklist

<!-- Surround an item with double tildes `~~` to indicate that it does
not apply to this PR -->

- [ ] New features/components and bugfixes are covered by tests
- [ ] Changesets are created
- [ ] Definition of Done is checked
  • Loading branch information
MMeijerink authored Nov 21, 2024
1 parent e094f1b commit 3f11d69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components-react/src/section/Section.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
row-gap: var(--lux-section-row-gap);
flex-direction: column;
justify-content: start;
align-items: center;
border-radius: var(--lux-section-border-radius);
background-color: var(--lux-section-background-color);
padding-inline-start: var(--lux-section-padding-inline-start);
Expand Down

0 comments on commit 3f11d69

Please sign in to comment.