adjusting media query for mobile view and medium view in loding table
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 14:16:21 +0000 (10:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 14:16:21 +0000 (10:16 -0400)
css/app.css
scss/_page.footer.scss

index eeb7432..7d8eb4c 100644 (file)
@@ -7635,7 +7635,7 @@ ul#social-foot {
 #ui-datepicker-div {
   margin-top: -30px !important; }
 
-@media (max-width: 320px) and (max-width: 360px) {
+@media (max-width: 320px) and (min-width: 770px) {
   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 a0540b9..2a9801a 100644 (file)
@@ -133,7 +133,7 @@ ul#social-foot {
 #ui-datepicker-div{
     margin-top: -30px !important;
 }
-@media(max-width: 320px) and (max-width: 360px){
+@media(max-width: 320px) and (min-width: 770px){
     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;