Skip to content

Commit

Permalink
Merge pull request #316 from pulibrary/top-margin-pul-logo
Browse files Browse the repository at this point in the history
[LuxLibraryFooter] remove top padding from footer keep consisten padding in the pul-log
  • Loading branch information
sandbergja authored Aug 6, 2024
2 parents 6e1687d + 35e8989 commit 4043a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LuxLibraryFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem 0rem;
padding: 0rem 0rem 1rem 0rem;
@media (min-width: 900px) {
max-width: 1440px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/LuxLibraryLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
@import "../assets/styles/focus.scss";
.lux-library-logo {
margin: 0rem 0rem 1.5rem 0rem;
margin: 1rem 0rem 1rem 0rem;
a {
&:focus,
&:focus-visible {
Expand Down

0 comments on commit 4043a39

Please sign in to comment.