Fix for dropbox button in particular on small screens

foundation/download
nicholas antonov 2018-04-26 02:46:51 -04:00
parent ef5d0e6bd5
commit bf43e17762
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@
margin: 0px 10px;
}
.dropbox_download_option {
min-width: 122px;
}
@include breakpoint (small down) {
.download_option > * {
flex: 1 1 0;