Spaces:
Running
Running
Aleksandr Sashka commited on
убери скролл на мобильном
Browse files- index.html +7 -1
index.html
CHANGED
|
@@ -28,10 +28,16 @@
|
|
| 28 |
box-sizing: border-box;
|
| 29 |
overflow-x: hidden;
|
| 30 |
}
|
| 31 |
-
/* Mobile Responsive Styles */
|
| 32 |
@media (max-width: 768px) {
|
| 33 |
.site-wrapper {
|
| 34 |
padding: 0 12px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
}
|
| 36 |
.bebas {
|
| 37 |
font-size: 2.5rem !important;
|
|
|
|
| 28 |
box-sizing: border-box;
|
| 29 |
overflow-x: hidden;
|
| 30 |
}
|
| 31 |
+
/* Mobile Responsive Styles */
|
| 32 |
@media (max-width: 768px) {
|
| 33 |
.site-wrapper {
|
| 34 |
padding: 0 12px;
|
| 35 |
+
overflow-x: hidden;
|
| 36 |
+
}
|
| 37 |
+
body {
|
| 38 |
+
overflow-x: hidden;
|
| 39 |
+
position: relative;
|
| 40 |
+
width: 100%;
|
| 41 |
}
|
| 42 |
.bebas {
|
| 43 |
font-size: 2.5rem !important;
|