20 lines
223 B
CSS
20 lines
223 B
CSS
|
|
.img-slide img {
|
||
|
|
|
||
|
|
width: 1920px;
|
||
|
|
height: auto;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.img-slide {
|
||
|
|
width: 1920px;
|
||
|
|
height: 370px;
|
||
|
|
overflow: hidden;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.section-sc {
|
||
|
|
margin-top: 30px;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|