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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -6
index.html CHANGED
@@ -181,17 +181,12 @@
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>
 
181
  font-weight: bold;
182
  color: #EEFF41;
183
  }
 
 
 
 
 
184
 
185
  /* For desktops and larger devices */
186
  @media (min-width: 1200px) {
187
  .slide1, .slide2, .slide3 {
188
  height: 700px;
189
+ background-size: 1920px 1080px; /* Set the specific dimensions */
190
  }
191
  }
192
  </style>