forked from LiveCarta/LiveCartaWP
small post titles fix
This commit is contained in:
@@ -2832,16 +2832,16 @@ footer {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
-webkit-transform: translateY(-50%);
|
-webkit-transform: translateY(-50%);
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
max-height: 145px;
|
max-height: 146px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 2px 0; }
|
padding: 4px 0; }
|
||||||
@media (min-width: 540px) {
|
@media (min-width: 540px) {
|
||||||
.blog-page .bp-block .bp-title {
|
.blog-page .bp-block .bp-title {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 32px; }
|
line-height: 32px; }
|
||||||
.blog-page .bp-block .bp-title .cont-overflow {
|
.blog-page .bp-block .bp-title .cont-overflow {
|
||||||
max-height: 262px; } }
|
max-height: 264px; } }
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.blog-page .bp-block .bp-title {
|
.blog-page .bp-block .bp-title {
|
||||||
font-size: 32px; } }
|
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
Reference in New Issue
Block a user