Skip to content

Commit

Permalink
updates to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
skysarwer committed Sep 13, 2023
1 parent 622b480 commit 1e0ac01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sass/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
@media screen and (min-width: 600px) {
padding-left: $spacing__default-md;
padding-right: $spacing__default-md;
max-width: 150ch;
}

@media screen and (min-width: 1100px) {
padding-left: $spacing__default-lg;
padding-right: $spacing__default-lg;
margin: 0 auto;
max-width: 150ch;
max-width: 300ch;
}
}

Expand Down
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: 10rem;
$spacing__content-lg: 5rem;
$spacing__content-md: 1rem;
$spacing__content-sm: 0rem;

Expand Down
1 change: 1 addition & 0 deletions sass/elements/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
button,
.wp-elements-button,
input[type="button"],
input[type="reset"],
input[type="submit"],
Expand Down

0 comments on commit 1e0ac01

Please sign in to comment.