Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent 0480f97 commit 424bc7d
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 29 deletions.
10 changes: 6 additions & 4 deletions scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ footer {

& > .footer-grid {
display: grid;
justify-content: space-between;
max-width: calc(1920px - var(--spacing-xl) * 2);
width: 100%;
grid-row: auto auto auto;
grid-template-rows: auto auto auto;
grid-template-columns: 1fr 1fr;
row-gap: var(--spacing-xl);
column-gap: 10px;
align-items: start;
row-gap: 0;

@include media-breakpoint-up(lg) {
gap: 10px;
align-items: end;
justify-content: space-between;
}

@include media-breakpoint-between(lg, xl) {
Expand All @@ -52,7 +54,7 @@ footer {
grid-column: 1 / 3;
align-items: flex-start;
align-content: flex-start;
padding-bottom: 32px;
padding-bottom: var(--spacing-xxl);

@include media-breakpoint-up(lg) {
grid-row: 1;
Expand Down
10 changes: 6 additions & 4 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.

10 changes: 6 additions & 4 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.

10 changes: 6 additions & 4 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 424bc7d

Please sign in to comment.