Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 248cd94

Browse files
committedNov 3, 2017
move menu icon more to left
1 parent ea329f5 commit 248cd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎components/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default props => {
111111
</header>
112112
<style jsx>{`
113113
header {
114-
padding: 5px 20px;
114+
padding: 5px 10px;
115115
width: 100%;
116116
background: #c454df linear-gradient(to top, #ec53ab, #d354cf);
117117
z-index: 1000;
@@ -193,7 +193,7 @@ export default props => {
193193
display: none;
194194
cursor: pointer;
195195
top: 15px;
196-
left: 10px;
196+
left: 5px;
197197
position: absolute;
198198
z-index: 1;
199199
}

0 commit comments

Comments
 (0)
This repository has been archived.