More work in header and distanceslider
This commit is contained in:
parent
29f9a2d476
commit
5bed310153
7 changed files with 64 additions and 48 deletions
11
imports/ui/components/DistanceSlider/DistanceSlider.scss
Normal file
11
imports/ui/components/DistanceSlider/DistanceSlider.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.dist-slider {
|
||||
width: 400px;
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
.dist-slider {
|
||||
width: 200px;
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue