JAYASWAROOP commited on
Commit
516ad42
1 Parent(s): cde11a5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -4
index.html CHANGED
@@ -181,11 +181,17 @@
181
  font-weight: bold;
182
  color: #EEFF41;
183
  }
184
- @media (min-width: 992px) {
185
  .slide1, .slide2, .slide3 {
186
- height: 600px;
187
- background-size: contain;
188
- background-position: center;
 
 
 
 
 
 
189
  }
190
  }
191
  </style>
 
181
  font-weight: bold;
182
  color: #EEFF41;
183
  }
184
+ @media (min-width: 768px) {
185
  .slide1, .slide2, .slide3 {
186
+ height: 560px;
187
+ }
188
+ }
189
+
190
+ /* For desktops and larger devices */
191
+ @media (min-width: 1200px) {
192
+ .slide1, .slide2, .slide3 {
193
+ height: 700px;
194
+ background-size: 1920px 700px; /* Set the specific dimensions */
195
  }
196
  }
197
  </style>