Updated styles
This commit is contained in:
parent
b12d6b85e5
commit
0cc8958173
@ -232,6 +232,11 @@ p {
|
||||
border-style: none;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
/* .blog-card-feed {
|
||||
margin: 1em;
|
||||
} */
|
||||
|
||||
.bc-next {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<a
|
||||
href="{{ .Permalink }}" class="card blog-card" rel="bookmark" >
|
||||
href="{{ .Permalink }}" class="card blog-card blog-card-feed" rel="bookmark" >
|
||||
<div class="card-img-container">
|
||||
{{ with .Resources.GetMatch "featuredImage" }}
|
||||
<picture>
|
||||
|
Loading…
Reference in New Issue
Block a user