Merge pull request #4163 from Jerryby/wordpress

small post titles fix
This commit is contained in:
gregory-p
2020-08-21 10:54:24 +03:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -2832,16 +2832,16 @@ footer {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 145px;
max-height: 146px;
overflow: hidden;
width: 100%;
padding: 2px 0; }
padding: 4px 0; }
@media (min-width: 540px) {
.blog-page .bp-block .bp-title {
font-size: 28px;
line-height: 32px; }
.blog-page .bp-block .bp-title .cont-overflow {
max-height: 262px; } }
max-height: 264px; } }
@media (min-width: 992px) {
.blog-page .bp-block .bp-title {
font-size: 32px; } }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long