Change Switcher position with responsive
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
$shadow-color: rgba(0, 0, 0, 0.05);
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
bottom: 16px;
|
||||
left: 16px;
|
||||
|
||||
@include bp (sm) {
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
@include bp (md) {
|
||||
bottom: 40px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user