16 lines
254 B
CSS
16 lines
254 B
CSS
.carousel > .carousel-inner > .carousel-item > img{
|
|
width : 100vh;
|
|
height : 94vh;
|
|
/* padding-bottom : -2.5%; */
|
|
}
|
|
|
|
.bg {
|
|
background-color : #1A1A1A;
|
|
}
|
|
|
|
.sys-win-img {
|
|
margin-top: 24vh;
|
|
margin-bottom: 1vh;
|
|
width : 25vh;
|
|
height : 25vh;
|
|
} |