Skip to content

Commit 3877eec

Browse files
committed
🎨 huebee logo auto height
1 parent 7edd8ee commit 3877eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎modules/hero/hero.css‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
.hero .huebee-illo {
1818
width: 60px;
19-
height: 60px;
19+
height: auto;
2020
float: left;
2121
margin-right: 10px;
2222
}
@@ -54,7 +54,6 @@
5454

5555
.hero .huebee-illo {
5656
width: 280px;
57-
height: 280px;
5857
margin: 0 10px;
5958
}
6059

‎modules/site-header/site-header.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.site-header .huebee-illo {
99
width: 60px;
10+
height: auto;
1011
vertical-align: bottom;
1112
}
1213

0 commit comments

Comments
 (0)