Skip to content

Commit

Permalink
padding update
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent b7d1229 commit c85b09a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scss/pages/contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main {
padding: 25vh 16px var(--spacing-xxl) 16px;

@include media-breakpoint-up(lg) {
padding: 170px var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
padding: 35vh var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion scss/pages/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main {
}

@include media-breakpoint-up(lg) {
padding: 170px var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
padding: 35vh var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
}
}

Expand Down
2 changes: 1 addition & 1 deletion scss/pages/products.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ main {
padding: 50vh 16px 32px 16px;

@include media-breakpoint-up(lg) {
padding: 170px var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
padding: 35vh var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion scss/pages/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ main {
padding: 50vh 16px 32px 16px;

@include media-breakpoint-up(lg) {
padding: 170px var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
padding: 35vh var(--spacing-xl) var(--spacing-xxl) var(--spacing-xl);
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/pages/contact.css

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

2 changes: 1 addition & 1 deletion src/assets/css/pages/main.css

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

2 changes: 1 addition & 1 deletion src/assets/css/pages/products.css

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

2 changes: 1 addition & 1 deletion src/assets/css/pages/services.css

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

0 comments on commit c85b09a

Please sign in to comment.