improved responsive theme parts

master
A1Gard 2 weeks ago
parent b30901a9bc
commit 96453239b7

@ -1,5 +1,6 @@
.GisooVideo { .GisooVideo {
position: relative; position: relative;
min-height: 60vh;
&:before{ &:before{
position: absolute; position: absolute;
content: ' '; content: ' ';
@ -29,6 +30,18 @@
position: relative; position: relative;
width: 100%; width: 100%;
z-index: 60; z-index: 60;
min-height: 60vh;
object-fit: cover;
}
/*-500px width*/
@media (max-width: 500px) {
&:before{
right: -45%;
}
&:after{
left: -45%;
}
} }
} }

@ -208,6 +208,29 @@
display: block !important; display: block !important;
} }
.logo-container{
width: 120px !important;
height: 120px !important;
margin: 25px 40px !important;
img{
width: 70px;
}
}
.homayon-logo{
width: 200px;
height: 175px;
background-size: 100%;
top: 70px;
}
.homayon-middle{
padding: .5rem;
ul li{
padding: 0 .3rem !important;
width: auto;
}
}
.homayon-bottom { .homayon-bottom {
display: none; display: none;
} }

Loading…
Cancel
Save