mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
parent
2b73f15949
commit
a3c64f89c8
@ -2234,10 +2234,6 @@ header + .chevron-divider {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.blog-features .blog .excerpt {
|
||||
margin: 0 10px;
|
||||
min-height: auto;
|
||||
}
|
||||
.blog-features .blog div {
|
||||
background-color: white;
|
||||
padding-bottom: 15px;
|
||||
|
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
@ -930,11 +930,6 @@ header + .chevron-divider {
|
||||
.ttl-columns.column-3;
|
||||
margin-bottom: 40px;
|
||||
|
||||
.excerpt {
|
||||
margin: 0 10px;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
div {
|
||||
background-color: white;
|
||||
padding-bottom: 15px;
|
||||
|
@ -348,9 +348,7 @@ class Subtemplate {
|
||||
$blogFeatures .= "<a href='{$url}'><article class='blog'><div>
|
||||
<img src='{$image}' alt='{$postTitle} Image'>
|
||||
<h2>{$title}</h2>
|
||||
<h1>{$postTitle}</h1>
|
||||
<div class='excerpt'>{$content}</div>
|
||||
</div>
|
||||
<h1>{$postTitle}</h1></div>
|
||||
</article></a>";
|
||||
|
||||
}
|
||||
@ -1210,4 +1208,4 @@ class Subtemplate {
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user