From: Anthony Talarico Date: Fri, 30 Oct 2015 14:12:26 +0000 (-0400) Subject: Adjusting media queries X-Git-Tag: v1.0.0^2~85 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9bbd1d50a33d6c1f1df65dcc44490f1dc607bf8e;p=WP-Themes%2Fbpla.git Adjusting media queries --- diff --git a/css/app.css b/css/app.css index 8a7c01d..eeb7432 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) { +@media (max-width: 320px) and (max-width: 360px) { 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 fc7c42a..a0540b9 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){ +@media(max-width: 320px) and (max-width: 360px){ 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;