From 656a36a77e1b987e0bb00ff7a23ea85a1521923b Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 3 Jan 2019 18:55:40 +0100 Subject: [PATCH] same menu item padding for all screen sizes --- src/views/Wallet/components/TopNavigationAccount/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/Wallet/components/TopNavigationAccount/index.js b/src/views/Wallet/components/TopNavigationAccount/index.js index e08bbd9a..7e62f0ab 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.js @@ -33,10 +33,6 @@ const StyledNavLink = styled(NavLink)` padding: 20px 35px; white-space: nowrap; - @media screen and (max-width: 850px){ - padding: 20px; - } - &.active, &:hover { transition: all 0.3s ease-in-out;