feature block for main page

This commit is contained in:
Jerry
2020-09-04 14:52:22 +03:00
parent 9462e0af00
commit c19a9091b7
19 changed files with 105 additions and 4 deletions

View File

@@ -2903,3 +2903,40 @@ footer {
.blog-page .cat-all .bp-block {
display: block; }
.features-list {
background: #e6ebf2;
padding: 20px 0 1px;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #616161;
word-spacing: 0; }
.features-list .cont {
max-width: 1230px;
padding: 0 10px; }
.features-list .fl-block {
display: block;
width: 100%;
word-spacing: normal;
padding: 0 20px;
margin-bottom: 30px; }
.features-list .fl-block .fl-title {
font-weight: 600;
margin: 7px 0;
color: #7a724e; }
.features-list .fl-block .fl-img img {
width: 50px; }
@media (min-width: 480px) {
.features-list {
font-size: 17px;
line-height: 21px; }
.features-list .fl-block .fl-img img {
width: auto; } }
@media (min-width: 768px) {
.features-list {
padding: 50px 0 20px; }
.features-list .fl-block {
display: inline-block;
width: 49%;
vertical-align: top; } }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long