small fix

This commit is contained in:
Jerry
2020-09-04 15:10:59 +03:00
parent c19a9091b7
commit 513815fef6
3 changed files with 5 additions and 4 deletions

View File

@@ -2911,7 +2911,8 @@ footer {
font-size: 14px;
line-height: 18px;
color: #616161;
word-spacing: 0; }
word-spacing: 0;
margin: 0 0 50px; }
.features-list .cont {
max-width: 1230px;
padding: 0 10px; }
@@ -2935,7 +2936,7 @@ footer {
width: auto; } }
@media (min-width: 768px) {
.features-list {
padding: 50px 0 20px; }
padding: 50px 0 30px; }
.features-list .fl-block {
display: inline-block;
width: 49%;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long