From: Anthony Talarico Date: Fri, 30 Oct 2015 14:21:33 +0000 (-0400) Subject: changed media query range to account for medium view in page-footer.scss X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b562b6b03ba1f76fe06048dbf4ca86a51206a4b5;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git changed media query range to account for medium view in page-footer.scss --- diff --git a/css/app.css b/css/app.css index 7d8eb4c..a450145 100644 --- a/css/app.css +++ b/css/app.css @@ -7635,7 +7635,7 @@ ul#social-foot { #ui-datepicker-div { margin-top: -30px !important; } -@media (max-width: 320px) and (min-width: 770px) { +@media (max-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; } diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index a3ab621..04f0d8e 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -133,7 +133,7 @@ ul#social-foot { #ui-datepicker-div{ margin-top: -30px !important; } -@media (max-width: 320px) and (min-width: 770px){ +@media (max-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;