more style fixes
This commit is contained in:
parent
add395025a
commit
07d1a61219
1 changed files with 17 additions and 17 deletions
|
@ -131,6 +131,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.header_slider .carousel-indicators li.active {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.header_slider .carousel-control .fa {
|
||||
font-size: 2em;
|
||||
position: absolute;
|
||||
|
@ -154,22 +158,6 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.header_slider .carousel-control .fa-angle-left {
|
||||
left: 25px;
|
||||
}
|
||||
.header_slider .carousel-control .fa-angle-right {
|
||||
right: 25px;
|
||||
}
|
||||
.header_slider .carousel-control .fa {
|
||||
font-size: 4em;
|
||||
}
|
||||
.header_slider > .carousel .item .container {
|
||||
overflow: auto;
|
||||
padding: 100px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.header_slider > .carousel .bg_img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -182,7 +170,6 @@
|
|||
}
|
||||
|
||||
.header_slider .intro-cap {
|
||||
padding-bottom: 25px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -191,6 +178,19 @@
|
|||
.header_slider .intro-cap {
|
||||
font-size: 2.25em;
|
||||
}
|
||||
.header_slider .carousel-control .fa-angle-left {
|
||||
left: 25px;
|
||||
}
|
||||
.header_slider .carousel-control .fa-angle-right {
|
||||
right: 25px;
|
||||
}
|
||||
.header_slider .carousel-control .fa {
|
||||
font-size: 4em;
|
||||
}
|
||||
.header_slider > .carousel .item .container {
|
||||
overflow: auto;
|
||||
padding: 100px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
|
Loading…
Reference in a new issue