Style improvements for mobile
This commit is contained in:
parent
c79f8b5f8b
commit
cd16f45d8e
28 changed files with 345 additions and 120 deletions
|
|
@ -1,11 +1,17 @@
|
|||
@import '../../stylesheets/mixins';
|
||||
|
||||
.dist-slider {
|
||||
width: 400px;
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
.dist-slider {
|
||||
width: 200px;
|
||||
margin: 10px;
|
||||
}
|
||||
@include breakpoint(mobile) {
|
||||
.dist-slider {
|
||||
width: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.rc-slider {
|
||||
margin: 0 0 0 -10px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue