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