Change Switcher position with responsive

This commit is contained in:
2021-10-05 21:00:56 +02:00
parent 84b3731553
commit 1869bd2eb6

View File

@@ -2,10 +2,14 @@
$shadow-color: rgba(0, 0, 0, 0.05); $shadow-color: rgba(0, 0, 0, 0.05);
position: fixed; position: fixed;
z-index: 999; z-index: 999;
bottom: 0; bottom: 16px;
left: 0; left: 16px;
@include bp (sm) { @include bp (sm) {
bottom: 20px;
left: 20px;
}
@include bp (md) {
bottom: 40px; bottom: 40px;
left: 40px; left: 40px;
} }