diff options
-rw-r--r-- | sass/parts/_header.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index d5a3a82..cd9de82 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -101,11 +101,11 @@ header{ background: image-url('search.png') 10px center no-repeat #f2f2f2; color: $gray02; border: 1px solid $gray04; - @include border-radius(15px); font: 13px $default; padding: 6px 15px 6px 35px; width: 100px; @include transition(0.3s); + @include border-radius(15px); &:focus, &:active{ background: image-url('search.png') 10px center no-repeat #fff; width: 150px; @@ -180,7 +180,7 @@ header{ margin-right: 0; } >a{ - padding: 15px 30px 15px 0; + padding: 18px 30px 18px 0; &:only-child{ padding-right: 0; } |