master merged
This commit is contained in:
commit
5cea467deb
34 changed files with 1261 additions and 678 deletions
|
|
@ -45,6 +45,12 @@ h6 {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.lead-right {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
|
@ -786,6 +792,7 @@ tech-sub-sec h2 {
|
|||
}
|
||||
|
||||
.percent-text {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-size: 50px;
|
||||
color: #999;
|
||||
}
|
||||
|
|
@ -794,17 +801,25 @@ tech-sub-sec h2 {
|
|||
font-size: 40px;
|
||||
line-height: 55px;
|
||||
}
|
||||
|
||||
.space-middle {
|
||||
padding: 45px 0;
|
||||
.space-middle{
|
||||
padding: 45px 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.padding-vertical {
|
||||
padding: 35px 0;
|
||||
.ssdimg {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.ssdimg img {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
.padding-vertical{
|
||||
padding: 30px 2px;
|
||||
}
|
||||
|
||||
.percent-text img {
|
||||
margin-left: 20px;
|
||||
/* margin-left: 20px; */
|
||||
}
|
||||
|
||||
.space-block {
|
||||
|
|
@ -1085,24 +1100,24 @@ tech-sub-sec h2 {
|
|||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
.percent-text {
|
||||
font-size: 50px;
|
||||
}
|
||||
#tech_stack h3 {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
.visible-mobile {
|
||||
display: block;
|
||||
}
|
||||
.visible-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
.percent-text {
|
||||
/* font-size: 50px; */
|
||||
}
|
||||
#tech_stack h3 {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
.visible-mobile {
|
||||
display:block;
|
||||
}
|
||||
.visible-desktop {
|
||||
display:none !important;
|
||||
}
|
||||
.navbar-default .navbar-nav>.open>a,
|
||||
.navbar-default .navbar-nav>.open>a:focus,
|
||||
.navbar-default .navbar-nav>.open>a:hover {
|
||||
|
|
@ -1158,11 +1173,12 @@ tech-sub-sec h2 {
|
|||
|
||||
@media(max-width:768px) {
|
||||
.percent-text {
|
||||
font-size: 43px;
|
||||
/* font-size: 43px; */
|
||||
}
|
||||
.tech-sub-sec h2 {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
.tech-sub-sec h2 {
|
||||
/* font-size: 30px; */
|
||||
/* line-height: 40px; */
|
||||
/* font-weight: 500; */
|
||||
}
|
||||
.single-heading h2 {
|
||||
font-size: 50px;
|
||||
|
|
@ -1348,7 +1364,9 @@ tech-sub-sec h2 {
|
|||
padding: 30px;
|
||||
}
|
||||
.percent-text {
|
||||
text-align: center;
|
||||
font-family: 'Lato';
|
||||
font-size: 37px;
|
||||
/* text-align: center; */
|
||||
}
|
||||
.pricing-section .card {
|
||||
width: 90%;
|
||||
|
|
@ -1472,3 +1490,33 @@ a#forgotpassword {
|
|||
.error-message-box {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.flex-row-rev {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.flex-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.flex-row .percent-text {
|
||||
flex-shrink : 0;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.flex-row .percent-text,
|
||||
.flex-row .desc-text {
|
||||
max-width: 710px;
|
||||
}
|
||||
.flex-row-rev .percent-text {
|
||||
order: 2;
|
||||
}
|
||||
.flex-row-rev {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.w380 {
|
||||
max-width: 380px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue