Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -225,12 +225,12 @@
|
|
225 |
}
|
226 |
.swiper {
|
227 |
width: 100%;
|
228 |
-
max-width:
|
229 |
margin: 0 auto;
|
230 |
border-radius: 12px;
|
231 |
overflow: hidden;
|
232 |
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
|
233 |
-
height:
|
234 |
}
|
235 |
.swiper-slide img {
|
236 |
width: 100%;
|
|
|
225 |
}
|
226 |
.swiper {
|
227 |
width: 100%;
|
228 |
+
max-width: 1280px;
|
229 |
margin: 0 auto;
|
230 |
border-radius: 12px;
|
231 |
overflow: hidden;
|
232 |
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
|
233 |
+
height: 720px;
|
234 |
}
|
235 |
.swiper-slide img {
|
236 |
width: 100%;
|