From c4886a9dfcc1d4558ce626fc2471001e2a6ac428 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 19:27:01 -0400 Subject: [PATCH] loading thingy --- src/styles/search.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/search.css b/src/styles/search.css index 635f9da..022e73f 100644 --- a/src/styles/search.css +++ b/src/styles/search.css @@ -121,14 +121,14 @@ a { background-image: none; } -@media (max-width: 480px) { +@media (min-width: 480px) { .logo { margin-top: 20px; margin-left: -175px; } } -@media (max-width: 480px) { +@media (min-width: 480px) { .title { margin-left: 120px; }