1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-31 19:30:53 +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;
white-space: nowrap;
@media screen and (max-width: 850px){
padding: 20px;
}
&.active,
&:hover {
transition: all 0.3s ease-in-out;