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.

Mobile menu #68

Merged
merged 6 commits into from
Nov 4, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move menu icon more to left
  • Loading branch information
vinaypuppal committed Nov 3, 2017
commit 248cd94fba9b83afdd377a1bfe9fc2a6db1e29cd
4 changes: 2 additions & 2 deletions components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default props => {
</header>
<style jsx>{`
header {
padding: 5px 20px;
padding: 5px 10px;
width: 100%;
background: #c454df linear-gradient(to top, #ec53ab, #d354cf);
z-index: 1000;
Expand Down Expand Up @@ -193,7 +193,7 @@ export default props => {
display: none;
cursor: pointer;
top: 15px;
left: 10px;
left: 5px;
position: absolute;
z-index: 1;
}
Expand Down