fix banner list image size, lead text size
This commit is contained in:
parent
b252211a69
commit
e29865b310
1 changed files with 12 additions and 11 deletions
|
@ -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 {
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue