You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
534 B
30 lines
534 B
.home { |
|
width: 100vw; |
|
max-width: 1250px; |
|
margin: 0px auto; |
|
padding: 0px 10px; |
|
direction: rtl; |
|
padding-top: 60px; |
|
min-height: calc(100vh - 288px); |
|
} |
|
|
|
.mobile-home { |
|
width: 100vw; |
|
max-width: 600px; |
|
margin: 0px auto; |
|
padding: 0px 5px; |
|
direction: rtl; |
|
overflow-x: hidden; |
|
padding-top: 55px; |
|
} |
|
|
|
body::-webkit-scrollbar, |
|
.no-scroll::-webkit-scrollbar { |
|
display: none !important; |
|
} |
|
|
|
body, |
|
.no-scroll { |
|
-ms-overflow-style: none !important; /* IE and Edge */ |
|
scrollbar-width: none !important; /* Firefox */ |
|
}
|
|
|