Changing media query for table data for mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 14:02:30 +0000 (10:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 14:02:30 +0000 (10:02 -0400)
css/app.css
scss/_page.footer.scss

index 6389a2f..f6779ee 100644 (file)
@@ -7635,7 +7635,7 @@ ul#social-foot {
 #ui-datepicker-div {
   margin-top: -30px !important; }
 
-@media (min-width: 320px) {
+@media (max-width: 320px) {
   table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
     float: left !important;
     clear: both !important; }
index 3b33d33..519ce60 100644 (file)
@@ -133,7 +133,7 @@ ul#social-foot {
 #ui-datepicker-div{
     margin-top: -30px !important;
 }
-@media(min-width: 320px){
+@media(max-width: 320px){
     table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td{
         float: left !important;
         clear: both !important;