1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-14 18:10:56 +00:00

more responsive topnavigation

This commit is contained in:
slowbackspace 2019-01-25 11:48:26 +01:00
parent a22fd911bf
commit ce38002b84

View File

@ -25,8 +25,11 @@ const Wrapper = styled.div`
overflow-y: hidden;
overflow-x: auto;
@media screen and (max-width: ${SCREEN_SIZE.SM}) {
@media screen and (max-width: ${SCREEN_SIZE.MD}) {
justify-content: space-between;
}
@media screen and (max-width: ${SCREEN_SIZE.SM}) {
padding: 0px 16px;
}
`;
@ -39,7 +42,7 @@ const StyledNavLink = styled(NavLink)`
padding: 20px 35px;
white-space: nowrap;
@media screen and (max-width: ${SCREEN_SIZE.SM}) {
@media screen and (max-width: ${SCREEN_SIZE.MD}) {
padding: 20px 10px;
}