Skip to content

Commit 8ac0ab5

Browse files
committed
Correct the logo
Fixes #10
1 parent 550a6e3 commit 8ac0ab5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/views/header/HeaderView/logo.png

29.3 KB
Loading

app/views/header/HeaderView/style.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
&__logo {
1616
vertical-align: middle;
1717
display: inline-block;
18-
width: $header-height;
18+
width: 71px;
1919
height: $header-height;
2020
background: url(logo.png);
2121
background-size: 100% 100%;
44.4 KB
Loading

app/views/pages/IndexPageView/style.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
}
88

99
&__logo {
10-
width: 100px;
11-
height: 100px;
10+
width: 150px;
11+
height: 127px;
1212
background: url(./logo.png);
13-
background-size: 100px 100px;
13+
background-size: 150px 127px;
1414
display: inline-block;
1515
}
1616

0 commit comments

Comments
 (0)