Fix for dropbox button in particular on small screens
parent
ef5d0e6bd5
commit
bf43e17762
|
@ -102,6 +102,10 @@
|
|||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
.dropbox_download_option {
|
||||
min-width: 122px;
|
||||
}
|
||||
|
||||
@include breakpoint (small down) {
|
||||
.download_option > * {
|
||||
flex: 1 1 0;
|
||||
|
|
Loading…
Reference in New Issue