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

Commit

Permalink
update donta ebtn on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaypuppal committed Aug 13, 2019
1 parent 2f28935 commit 95a2412
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/common/header/index.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,13 @@ export const NavLink = styled.li`
border-radius: 6px;
font-weight: bold;
line-height: inherit;
margin: 5px;
text-align: center;
&:hover {
background:#9c27b0;
background: #9c27b0;
}
@media(max-width: 885px) {
margin: 5px;
border-radius: 0;
}
}
@media(max-width: 885px) {
Expand Down

1 comment on commit 95a2412

@vercel
Copy link

@vercel vercel bot commented on 95a2412 Aug 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://coderplex-stvbwzkxpw.now.sh to the following alias:

Please sign in to comment.