From 87ed57179501f434d9a7c24c1dabc03e1e0be694 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Oct 2015 10:20:01 -0400 Subject: [PATCH] Changing media queries --- scss/_page.footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 2a9801a..a3ab621 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: 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; -- 2.17.1