Skip to content

Commit

Permalink
Changed padding to use already existing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Apr 22, 2024
1 parent e89e1ed commit 3263e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/Blocks/form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
max-width: 812px;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
padding-left: $s-md;
padding-right: $s-md;
box-sizing: border-box;

&__header {
Expand Down

0 comments on commit 3263e8d

Please sign in to comment.