Skip to content

Commit

Permalink
Added footer background-size
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 13, 2023
1 parent 0374a69 commit 2fb88ec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 29 deletions.
43 changes: 17 additions & 26 deletions pwa/package-lock.json

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

4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.15",
"@conduction/theme": "1.0.47",
"@conduction/components": "2.2.16",
"@conduction/theme": "1.0.48",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: flex;
align-items: center;
background-repeat: no-repeat;
background-size: cover;
background-size: var(--utrecht-page-footer-background-size);
background-position: var(--utrecht-page-footer-background-position);
min-height: var(--utrecht-page-footer-min-height);
}
Expand Down

0 comments on commit 2fb88ec

Please sign in to comment.