Skip to content

Commit 90c28a9

Browse files
committed
Fixed logo size.
1 parent 7feb8f1 commit 90c28a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/styles/components/_bar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ font-size:11px;
5252
line-height:11px;
5353
font-weight:normal;
5454
color:black;
55-
width:106px;
55+
width:90px;
5656
height:32px;
57-
background-size:106px 32px;
57+
background-size:100%;
5858
background-repeat:no-repeat;
5959
background-image:url(../img/logo-small.png);
60-
display: inline-block;
60+
display:inline-block;
6161
text-align:left;
6262
}
6363
#bar .logo > span {

static/img/logo-small.png

-149 Bytes
Loading

0 commit comments

Comments
 (0)