Added some styles for landscape devices
This commit is contained in:
parent
3a26b93082
commit
8510e0239e
1 changed files with 34 additions and 2 deletions
|
@ -888,6 +888,33 @@ tech-sub-sec h2 {
|
||||||
.visible-desktop {
|
.visible-desktop {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
|
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
|
||||||
|
background: transparent;
|
||||||
|
color: #777 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
|
||||||
|
.logo-wrap {
|
||||||
|
width: 50%;
|
||||||
|
padding: 15px 30px !important;
|
||||||
|
min-height: 179px;
|
||||||
|
}
|
||||||
|
.logo-wrap-1 {
|
||||||
|
width: 50%;
|
||||||
|
padding: 15px 30px !importantx;
|
||||||
|
min-height: 179px;
|
||||||
|
}
|
||||||
|
.landscape-xs-6{
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
.landscape-xs-8{
|
||||||
|
width: 66.66666667%;
|
||||||
|
}
|
||||||
|
.landscape-xs-4{
|
||||||
|
width: 33.33333333%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media(min-width:768px) {
|
@media(min-width:768px) {
|
||||||
.visible-mobile {
|
.visible-mobile {
|
||||||
|
@ -896,6 +923,7 @@ tech-sub-sec h2 {
|
||||||
.visible-desktop {
|
.visible-desktop {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media(max-width:990px) {
|
@media(max-width:990px) {
|
||||||
.pricing-section .text {
|
.pricing-section .text {
|
||||||
|
@ -1134,8 +1162,12 @@ line-height: 40px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
.pull-left.space-middle {
|
.pull-left.space-middle {
|
||||||
width: 50%;
|
width: 67%;
|
||||||
padding: 20px;
|
padding: 20px 0px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.pull-left.ssdimg {
|
||||||
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue