Skip to content

Commit

Permalink
adding padding to library-links list
Browse files Browse the repository at this point in the history
  • Loading branch information
JaymeeH committed Sep 10, 2024
1 parent c8cda01 commit ceb8e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LuxLibraryFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default {
display: flex;
flex-flow: column wrap;
align-content: end;
// padding-right: 2rem;
padding-right: 2rem;
@media (max-width: 899px) {
padding: 0rem 2rem 0rem 0rem;
align-content: flex-start;
Expand Down

0 comments on commit ceb8e7e

Please sign in to comment.