fix banner list image size, lead text size

This commit is contained in:
Arvind Tiwari 2018-03-21 00:27:35 +05:30
parent b252211a69
commit e29865b310
1 changed files with 12 additions and 11 deletions

View File

@ -58,6 +58,10 @@ textarea {
min-width: 180px;
}
.lead {
font-size: 18px;
}
/* Top navbar */
@ -429,17 +433,20 @@ textarea {
}
.split-section.left .split-description {
/* width: 90%; */
margin-right: auto;
}
.split-section .split-description .lead {
color: #3a3a3a;
font-size: 21px;
}
.split-section .space .split-description .lead {
font-size: 20px;
@media (min-width: 768px) {
.split-section .split-description .lead {
font-size: 21px;
}
.split-section .space .split-description .lead {
font-size: 20px;
}
}
.split-section.right .split-description {
@ -764,17 +771,11 @@ textarea {
.ssdimg {
margin: 0 15px;
/* vertical-align: middle; */
/* display: inline-block; */
}
.ssdimg img {
max-width: 125px;
}
@media (max-width: 767px) {
.ssdimg img {
width: 100px;
max-height: 120px;
}
}