Skip to content

Commit

Permalink
style: update card width variable to 33% across styles
Browse files Browse the repository at this point in the history
the card width variable (--card-w) has been updated from 30% to 33% in multiple style files. this change affects the following files:
- libs/react/fpkit/src/components/cards/card.scss
- libs/react/fpkit/src/styles/cards/card.css
- libs/react/fpkit/src/styles/index.css

this update ensures consistency in card width styling across the application.
  • Loading branch information
shawnsandy committed Oct 17, 2024
1 parent 55f6583 commit a9b843c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/react/fpkit/src/components/cards/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--card-display: flex;
--card-direction: column;
--card-gap: 2rem;
--card-w: 30%;
--card-w: 33%;

display: var(--card-display);
flex-direction: var(--card-direction);
Expand Down
2 changes: 1 addition & 1 deletion libs/react/fpkit/src/styles/cards/card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/react/fpkit/src/styles/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9b843c

Please sign in to comment.