From c4cb555fed5c56e9226a3598364b77fccd419a3e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 18 Jun 2015 16:45:04 -0400 Subject: [PATCH] Added medium-down as a viable media query. --- scss/_structure.scss | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index 699b373..641ec65 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -928,12 +928,15 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { text-align: right; } #search_button { - width: 166px; - height: 38px; + position: absolute; + width: 33px; + height: 32px; + right: -21px; + top: 3px; padding: 1px 0; - border: solid white 3px; - border-radius: 5px; - box-shadow: 0 6px 12px -5px #9b9b9b; + border-left: 3px solid #fcde74; + background-size: 30 32px; + border-radius: 0px; /* background-image: url("../assets/search_button_1.png");*/ background-repeat: no-repeat; background-size: local 0 0 / cover; @@ -943,6 +946,9 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { background-size: local 0 0 / cover; border-color: #9acd68; } + @media #{$medium-down} { + right: 15px; + } } #blog-post .cycle-slide { font-size: 14px; -- 2.17.1