Skip to content

Commit

Permalink
structure updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skysarwer committed Sep 13, 2023
1 parent 6a33e24 commit 47b1270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/abstracts/_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $spacing__default-lg: 5.875rem;
$spacing__default-md: 2rem;
$spacing__default-sm: 1rem;

$spacing__content-lg: 5rem;
$spacing__content-lg: 15rem;
$spacing__content-md: 1rem;
$spacing__content-sm: 0rem;

Expand Down
2 changes: 1 addition & 1 deletion sass/structure/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;
font-size: 1rem;
font-size: 1.2rem;
line-height: $font__line-height-body;
}

Expand Down

0 comments on commit 47b1270

Please sign in to comment.