fix: mobile columns chaos

This commit is contained in:
tristan 2019-09-11 11:00:52 +08:00
parent d09bfd3bb3
commit 1daccbb118

View File

@ -51,12 +51,11 @@ const Wrapper = styled.section`
nav {
position: relative;
height: 100vh;
width: 16rem;
.colors {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
min-width: 3rem;
max-width: 20rem;
height: 100vh;
overflow-y: scroll;
}