Skip to content

Commit

Permalink
fix footer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent 0722217 commit d86c249
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 35 deletions.
4 changes: 0 additions & 4 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ h6 {
z-index: 1;
}

footer {
padding: 32px 16px !important;
}

main {
box-sizing: border-box;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ footer {
width: 100%;
align-items: center;
justify-content: center;
padding: var(--spacing-xl);
padding: 32px 16px;

@include media-breakpoint-up(lg) {
padding: 128px var(--spacing-xl) 192px var(--spacing-xl);
Expand Down
6 changes: 1 addition & 5 deletions src/assets/css/pages/article.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/article.css.map

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

6 changes: 1 addition & 5 deletions 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/contact.css.map

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

6 changes: 1 addition & 5 deletions src/assets/css/pages/main.css

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

Loading

0 comments on commit d86c249

Please sign in to comment.