Minor css changes in home
This commit is contained in:
parent
be10650150
commit
5dd6a477c0
2 changed files with 21 additions and 4 deletions
|
|
@ -25,6 +25,16 @@
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-snd-item {
|
||||
height: 85vh;
|
||||
min-height: 400px;
|
||||
background: no-repeat center center scroll;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-control-next-icon, .carousel-control-prev-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
|
@ -36,6 +46,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.carousel-snd-caption > h3,
|
||||
.carousel-caption > h3 {
|
||||
> i {
|
||||
display: none;
|
||||
|
|
@ -50,6 +61,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include breakpoint(mobile) {
|
||||
.carousel-snd-caption > h3 {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.py-5 > .container > {
|
||||
div > h1 {
|
||||
color: #280B0B;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue