This commit is contained in:
medvegergo
2022-10-13 22:04:01 +02:00
parent 0e29e9a9b5
commit 68ecf9f93c
7 changed files with 161 additions and 16 deletions

View File

@@ -4,26 +4,125 @@
box-sizing: border-box;
}
.home-nav{
body {
background-color: #F2EDD7FF;
}
.home-nav {
background-color: #A07855FF !important;
}
.hamb-btn{
.nav-shadow {
box-shadow: 0px 0px 5px 1px #A07855FF;
}
.fixing2{
width: 80%;
}
.hamb-btn {
margin-left: auto;
}
.list-adjust{
.list-adjust {
font-size: large;
}
.logo{
.logo {
color: white !important;
text-decoration: none;
text-align: left !important;
}
}
@media screen and (max-width: 991px){
.list-adjust{
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
.fixing1{
display: flex;
justify-content: center;
}
.carousel-item {
height: 32rem;
}
.carousel-item>img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 40rem;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
.featurette-divider {
margin: 5rem 0;
}
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
.centering {
text-align: center;
}
.small-img{
display: none;
}
.title-sett{
background-color: whitesmoke;
border-radius: 50px;
opacity: 0.9;
}
.title-hone{
color: #656565;
}
@media (min-width: 40em) {
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
@media screen and (max-width: 991px) {
.list-adjust {
text-align: center;
}
}
}