Spaces:
Running
Running
Commit
·
0ad2e90
1
Parent(s):
4265564
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -183,7 +183,7 @@
|
|
| 183 |
}
|
| 184 |
|
| 185 |
/* For desktops and larger devices */
|
| 186 |
-
@media (min-width:
|
| 187 |
.slide1, .slide2, .slide3 {
|
| 188 |
height: 700px;
|
| 189 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
|
|
|
| 183 |
}
|
| 184 |
|
| 185 |
/* For desktops and larger devices */
|
| 186 |
+
@media (min-width: 2000px) {
|
| 187 |
.slide1, .slide2, .slide3 {
|
| 188 |
height: 700px;
|
| 189 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|