Skip to content

Commit

Permalink
Makes responsive updates to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
CB987 committed Aug 20, 2024
1 parent 3768c4f commit f6a54c5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/assets/stylesheets/blacklight_catalog/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,19 @@
transition: all 0.25s ease;
}
}
}}
/*** responsive ***/
@media (max-width: 767px) {
display: flex;
flex-direction: column;
padding-bottom: 1rem;
ul {
padding: 0px;
}
.footer-list, .copyright-signature {
display: flex;
flex-direction: column;
align-items: center;
}
}
}
}

0 comments on commit f6a54c5

Please sign in to comment.