header for features block

This commit is contained in:
Jerry
2020-09-04 15:50:51 +03:00
parent 513815fef6
commit 5dc94cc52f
3 changed files with 6 additions and 2 deletions

View File

@@ -1790,6 +1790,8 @@ footer {
.main-page .promo-header {
padding: 30px 0 20px;
text-align: center; }
.main-page .promo-header.small {
padding-top: 0; }
.main-page .promo-header h3 {
color: #7a724e;
font-size: 24px;
@@ -1800,6 +1802,8 @@ footer {
@media (min-width: 769px) {
.main-page .promo-header {
padding: 50px 0 20px; }
.main-page .promo-header.small {
padding-top: 0; }
.main-page .promo-header h3 {
font-size: 30px; } }
.main-page .promo-header.facebook h3 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long