Skip to content

Commit 9285057

Browse files
committed
Minify and crop logo
1 parent 9d5f968 commit 9285057

File tree

4 files changed

+8
-44
lines changed

4 files changed

+8
-44
lines changed

app/views/header/HeaderView/logo.svg

Lines changed: 3 additions & 21 deletions
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: 72px;
1919
height: $header-height;
2020
background: url(logo.svg);
2121
background-size: contain;
Lines changed: 3 additions & 21 deletions
Loading

app/views/pages/IndexPageView/style.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
&__logo {
1010
display: inline-block;
11-
width: 125px;
11+
width: 149px;
1212
height: 125px;
1313
background: url(./logo.svg);
1414
background-size: contain;

0 commit comments

Comments
 (0)