Skip to content

Commit

Permalink
aligning the library links to the end, and adding right-padding (comm…
Browse files Browse the repository at this point in the history
…ented out)
  • Loading branch information
JaymeeH committed Sep 6, 2024
1 parent 82eec36 commit c8cda01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LuxLibraryFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export default {
.contact-info-layout {
@media (min-width: 900px) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding: 0rem 2rem 0rem 2rem;
}
@media (max-width: 899px) {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
Expand Down Expand Up @@ -308,7 +307,8 @@ export default {
list-style-type: none;
display: flex;
flex-flow: column wrap;
align-content: center;
align-content: end;
// padding-right: 2rem;
@media (max-width: 899px) {
padding: 0rem 2rem 0rem 0rem;
align-content: flex-start;
Expand Down

0 comments on commit c8cda01

Please sign in to comment.