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