Spaces:
Running
Running
Commit
·
cde11a5
1
Parent(s):
6e997bf
Update index.html
Browse files- index.html +7 -0
index.html
CHANGED
@@ -180,6 +180,13 @@
|
|
180 |
text-align: center;
|
181 |
font-weight: bold;
|
182 |
color: #EEFF41;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
}
|
184 |
</style>
|
185 |
</head>
|
|
|
180 |
text-align: center;
|
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>
|
192 |
</head>
|