Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Jul 12, 2024
2 parents 14eb8a4 + 006ff36 commit 50b51b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion src/scss/components/local-footer/_local-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@
width: calc(100% - 40px);
}

@include grid-media-max('md') {
@include grid-media('md') {
width: calc(100% - 100px);
}

@include grid-media-min('lg') {
width: calc(100% - 160px);
}

@include grid-media-min('xl') {
width: calc(100% - 200px);
}
}


Expand Down

0 comments on commit 50b51b8

Please sign in to comment.