Decrease tanuki logo size

This commit is contained in:
Annabel Dunstone Gray 2017-03-02 15:11:14 -06:00
parent 2429a109fd
commit 35d035ea68
3 changed files with 8 additions and 4 deletions

View File

@ -149,14 +149,14 @@ header {
.header-logo {
display: inline-block;
margin: 0 8px 0 3px;
margin: 0 7px 0 2px;
position: relative;
top: 7px;
top: 10px;
transition-duration: .3s;
svg,
img {
height: 36px;
height: 28px;
}
&:hover {

View File

@ -1,4 +1,4 @@
<svg width="36" height="36" class="tanuki-logo">
<svg width="28" height="28" class="tanuki-logo" viewBox="0 0 36 36">
<path class="tanuki-shape tanuki-left-ear" fill="#e24329" d="M2 14l9.38 9v-9l-4-12.28c-.205-.632-1.176-.632-1.38 0z"/>
<path class="tanuki-shape tanuki-right-ear" fill="#e24329" d="M34 14l-9.38 9v-9l4-12.28c.205-.632 1.176-.632 1.38 0z"/>
<path class="tanuki-shape tanuki-nose" fill="#e24329" d="M18,34.38 3,14 33,14 Z"/>

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 834 B

View File

@ -0,0 +1,4 @@
---
title: Decrease tanuki logo size
merge_request:
author: