Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit cf5b21d

Browse files
committed
change logo size
1 parent 950a8a8 commit cf5b21d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/header.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default props => {
6868
<div className="header__container">
6969
<nav>
7070
<div className="nav__logo">
71-
<img src="/static/favicons/favicon-32x32.png" alt="" />
71+
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
7272
</div>
7373
<ul className="nav__links">
7474
{navItems.map(item => {
@@ -119,15 +119,14 @@ export default props => {
119119
padding: 5px 20px;
120120
width: 100%;
121121
background: #fff;
122-
border-bottom: 2px solid #eee;
123122
}
124123
.header__container {
125124
max-width: 1280px;
126125
margin: 0 auto;
127126
}
128127
nav {
129128
display: flex;
130-
height: 56px;
129+
height: 70px;
131130
align-items: center;
132131
}
133132
.nav__logo {
@@ -136,6 +135,8 @@ export default props => {
136135
align-items: center;
137136
}
138137
.nav__logo img {
138+
width: 72px;
139+
height: 72px;
139140
margin-right: 5px;
140141
}
141142
.nav__links {

0 commit comments

Comments
 (0)