Denis K
9 лет назад
Родитель
Сommit
408b6d2075
|
@@ -285,8 +285,12 @@
|
|
|
html.touchevents & {
|
|
html.touchevents & {
|
|
|
position: static;
|
|
position: static;
|
|
|
padding: 6px;
|
|
padding: 6px;
|
|
|
- margin-top: 6px;
|
|
|
|
|
|
|
+ margin-top: 2px;
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
|
|
+
|
|
|
|
|
+ @include for-mobile {
|
|
|
|
|
+ margin-top: 6px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|