|
|
@@ -27,7 +27,7 @@ body {
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
- .logo--header {
|
|
|
+ .logo--header {
|
|
|
width: 185px;
|
|
|
}
|
|
|
.logo--header .logo__img {
|
|
|
@@ -38,7 +38,7 @@ body {
|
|
|
}
|
|
|
.region__section__items-list {
|
|
|
display: block;
|
|
|
- width: calc(100% - 20px);
|
|
|
+ width: calc(100% - 20px);
|
|
|
}
|
|
|
.search-float {
|
|
|
display: none !important;
|
|
|
@@ -99,3 +99,4 @@ body {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|