lemoynelibrary / lemoyne

Files used in setting up new web design in LibGuides v2 and elsewhere
5 stars 1 forks source link

Make Contact Us > Subject Librarians table responsive #38

Closed tomkeays closed 6 years ago

tomkeays commented 6 years ago

https://resources.library.lemoyne.edu/contact/librarians

tomkeays commented 6 years ago
@media only screen and (max-width: 991) {
 #myTable table, #myTable tr, #myTable td {
   display: block;
   padding: 3px 9px;
 }
}