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:
parent
8a3218b030
commit
2b73f15949
@ -2236,6 +2236,7 @@ header + .chevron-divider {
|
||||
}
|
||||
.blog-features .blog .excerpt {
|
||||
margin: 0 10px;
|
||||
min-height: auto;
|
||||
}
|
||||
.blog-features .blog div {
|
||||
background-color: white;
|
||||
|
2
assets/css/ascribe.min.css
vendored
2
assets/css/ascribe.min.css
vendored
File diff suppressed because one or more lines are too long
@ -932,6 +932,7 @@ header + .chevron-divider {
|
||||
|
||||
.excerpt {
|
||||
margin: 0 10px;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
div {
|
||||
|
Loading…
Reference in New Issue
Block a user