From 95a241254d8f588c154e10b458ddff8850cfa051 Mon Sep 17 00:00:00 2001 From: Vinay Puppal Date: Tue, 13 Aug 2019 16:45:58 +0530 Subject: [PATCH] update donta ebtn on mobile view --- components/common/header/index.styles.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/common/header/index.styles.js b/components/common/header/index.styles.js index 678572cc1..7b280dbac 100644 --- a/components/common/header/index.styles.js +++ b/components/common/header/index.styles.js @@ -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) {