fix(buttons): page responsive

This commit is contained in:
Mikhail Hryb 2017-09-11 11:41:24 +03:00 committed by KostyaDanovsky
parent 9d1697776e
commit 74a4de29fc
7 changed files with 149 additions and 58 deletions

View file

@ -11,7 +11,8 @@
}
.dropdown {
width: 30%;
flex-basis: 30%;
min-width: 200px;
}
}