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