diff --git a/src/app/views/pages/home/home.component.html b/src/app/views/pages/home/home.component.html index 4c2eed9..33d2c72 100644 --- a/src/app/views/pages/home/home.component.html +++ b/src/app/views/pages/home/home.component.html @@ -67,7 +67,7 @@
-
{{ "HOME_SPEAK_ENGLISH" | i18next }}
+
{{ "HOME_SPEAK_ENGLISH" | i18next }}
{{ "HOME_WITH_CONFIDENCE" | i18next }}
{{ "HOME_BANNER_FIRST_DESCRIPTION" | i18next }}
@@ -107,7 +107,7 @@
-
{{ "HOME_STATE_OF_THE_ART_TECHNOLOGY_MEET" | i18next }}
+
{{ "HOME_STATE_OF_THE_ART_TECHNOLOGY_MEET" | i18next }}
{{ "HOME_ACADEMIC_RESEARCH" | i18next }}
@@ -126,7 +126,7 @@
-
+
@@ -187,7 +187,7 @@
-
+ -
+
girls
@@ -208,11 +208,11 @@
-
+
girls
-
-
{{ "HOME_BREAK_THE_BARRIERS" | i18next }}
+
+
{{ "HOME_BREAK_THE_BARRIERS" | i18next }}
{{ "HOME_BUILDS_A_CONDUCIVE_ENVIRONMENT" | i18next }}
{{ "HOME_THE_STUDENTS_AND_TEACHERS_WILL_USE_MOZHIGAL" | i18next }}
diff --git a/src/app/views/pages/home/home.component.scss b/src/app/views/pages/home/home.component.scss index efaa4f4..67df72d 100644 --- a/src/app/views/pages/home/home.component.scss +++ b/src/app/views/pages/home/home.component.scss @@ -359,13 +359,51 @@ li.special{ margin-right: 25px!important; border-right: 1px solid #e9e8e8 !important; } -@media only screen and (max-width: 1524px) and (min-width: 800px) { - - .responsive-iframe{ - width: 60% !important; - } - - } +@media (max-width: 992px){ + .mt-sm-20{ + margin-top: 20px !important; + } + .ps1-sm-12{ + padding-left: 12px !important; + } +} + +@media (max-width: 1250px){ + .responsive-iframe{ + width: 87% !important; + } + .gap-40{ + gap: 40px !important; + } + .sm-around{ + justify-content: space-around !important; + } +} +@media (max-width: 1465px){ + .follow-label{ + left: -30px !important; + } + .follow-label2{ + left: -30px !important; + } + .responsive-iframe{ + width: 75% !important; + } +} +@media (max-width: 1465px){ + .responsive-iframe{ + width: 88% !important; + } +} + +@media (max-width: 840px){ + .responsive-iframe{ + width: 95% !important; + } + .follow-label2{ + display: none !important; + } +} @media (max-width: 659px) { .responsive-iframe{ width: 90%;