1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-03 21:00:55 +00:00

same menu item padding for all screen sizes

This commit is contained in:
slowbackspace 2019-01-03 18:55:40 +01:00
parent 0bae87acda
commit 656a36a77e

View File

@ -33,10 +33,6 @@ const StyledNavLink = styled(NavLink)`
padding: 20px 35px; padding: 20px 35px;
white-space: nowrap; white-space: nowrap;
@media screen and (max-width: 850px){
padding: 20px;
}
&.active, &.active,
&:hover { &:hover {
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;