diff --git a/src/views/Home/Footer/index.scss b/src/views/Home/Footer/index.scss
index 593eaf5..744bc2a 100644
--- a/src/views/Home/Footer/index.scss
+++ b/src/views/Home/Footer/index.scss
@@ -47,7 +47,7 @@
@media screen and (min-width: 1008px) and (max-width: 1440px){
.footer{
&__container{
- max-width: 1250px;
+ max-width: $maxWidth;
}
li{
font-size: calc(100vw / 100);
diff --git a/src/views/Home/Header/index.scss b/src/views/Home/Header/index.scss
index 6436288..9b6ff3f 100644
--- a/src/views/Home/Header/index.scss
+++ b/src/views/Home/Header/index.scss
@@ -1,8 +1,8 @@
.home-slider {
width: 100%;
- padding: 2px 0px 0px;
- margin: 20px auto 10px;
+ padding: 0px 0px 0px;
+ margin: 0px auto 10px;
position: relative;
.rec-arrow-left {
top: calc(50% - 22px) !important;
@@ -64,13 +64,13 @@
}
.rec-slider-container {
- border-radius: 10px;
+ border-radius: 0px !important;
}
.slider-header {
width: 100%;
justify-content: flex-end;
- min-height : calc(100vh - 150px);
+ height : calc(100vh - 50px);
img{
width: 100%;
@@ -128,6 +128,6 @@
@media screen and (min-width : 1008px) and (max-width: 1440px){
.home-slider{
- max-width: 1250px;
+ max-width: $maxWidth;
}
}
\ No newline at end of file
diff --git a/src/views/Home/Header/index.tsx b/src/views/Home/Header/index.tsx
index 1403c2f..e4d62e5 100644
--- a/src/views/Home/Header/index.tsx
+++ b/src/views/Home/Header/index.tsx
@@ -12,7 +12,7 @@ const HomeSlider = ({ headerData }: any) => {
isRTL={true}
enableTilt={true}
showArrows={true}
- pagination={true}
+ pagination={false}
enableAutoPlay={true}
>
{headerData.map((item: any, i: any) => (
@@ -23,6 +23,7 @@ const HomeSlider = ({ headerData }: any) => {
backgroundRepeat : 'no-repeat',
backgroundClip : 'content-box',
backgroundSize : '100% 100%',
+ borderRadius : 0
}}
>
{/* <
diff --git a/src/views/Home/index.scss b/src/views/Home/index.scss
index 4b1420a..9dd0a27 100644
--- a/src/views/Home/index.scss
+++ b/src/views/Home/index.scss
@@ -8,14 +8,14 @@
@media screen and (min-width: 641px) and (max-width: 1007px){
.home{
- padding: 60px 10px 0px;
+ padding: 0px 10px 0px;
position: relative;
}
}
@media screen and (max-width: 640px) {
.home{
- padding: 60px 10px 0px;
+ padding: 0px 10px 0px;
position: relative;
background: rgb(0, 0, 0);
diff --git a/src/views/Subscription/index.tsx b/src/views/Subscription/index.tsx
index 1f3e809..cb0e097 100644
--- a/src/views/Subscription/index.tsx
+++ b/src/views/Subscription/index.tsx
@@ -35,7 +35,7 @@ function Subscription({
>
- خرید اشتراک دانوین
+ خرید اشتراک ویديو
اینجا هم برای هر کتاب امکان خرید اشتراک جداگانه هست و هم اشتراک های
مدت دار. با خرید اشتراک های مدت دار دانوین می تونید در هزینه هاتون
diff --git a/src/views/VideoTube/index.scss b/src/views/VideoTube/index.scss
index 812da7c..70b51d3 100644
--- a/src/views/VideoTube/index.scss
+++ b/src/views/VideoTube/index.scss
@@ -370,7 +370,7 @@
@media screen and (min-width: 1008px) and (max-width: 1440px) {
.video-tube {
main {
- max-width: 1250px;
+ max-width: $maxWidth;
margin-top: 10px;
padding: 0px 10px;
}