1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00

Fix blog post preview

This commit is contained in:
vrde 2015-11-03 16:20:36 +01:00
parent 8a3218b030
commit 2b73f15949
3 changed files with 3 additions and 1 deletions

View File

@ -2236,6 +2236,7 @@ header + .chevron-divider {
}
.blog-features .blog .excerpt {
margin: 0 10px;
min-height: auto;
}
.blog-features .blog div {
background-color: white;

File diff suppressed because one or more lines are too long

View File

@ -932,6 +932,7 @@ header + .chevron-divider {
.excerpt {
margin: 0 10px;
min-height: auto;
}
div {