@@ -197,7 +187,7 @@ import SwiperOne from '../components/SwiperOne';
12/1, Iswar Gupta Road. Dum Dum Cant. Kol -28, WB
+
@@ -208,7 +198,7 @@ import SwiperOne from '../components/SwiperOne';
Rajeev Gandhi Youth Computer Institute
Address:
242/13, Ramraj Colony, Madeena Masjid Street, Siyana-203412. District-Bulandshahr (UP)
-
+
@@ -232,9 +222,32 @@ import SwiperOne from '../components/SwiperOne';
text-shadow: 2px 2px 10px #6e6e6e;
}
+
+ @media screen and (min-width: 801px) {
.notice-area {
- width: 450px;
- height: 600px;
+ width: 450px;
+ height: 500px;
+ }
+ }
+
+ @media screen and (max-width: 800px) {
+ .notice-area {
+ width: fit-content;
+ height: auto;
+ }
+ }
+ @media screen and (min-width: 801px) {
+ .youtube-area {
+ width: 100%;
+ height: 500px;
+ }
+ }
+
+ @media screen and (max-width: 900px) {
+ .youtube-area {
+ width: 360px;
+ height: 300px;
+ }
}
.border-bottom {
border-bottom: 2px solid #000000;
@@ -268,7 +281,7 @@ import SwiperOne from '../components/SwiperOne';
.area {
width: 300px;
height: 450px;
- background-color: rgb(215, 247, 244);
+ background-color: rgb(255, 255, 255);
border-radius: 16px;
}
.hr {