Fix white theme and borders uniformity
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}" dir="ltr">
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body class="list-body">
|
||||
|
||||
<main class="card-container side-gutter">
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<a
|
||||
href="{{ .Permalink }}" class="card blog-card blog-card-feed" rel="bookmark" >
|
||||
<a href="{{ .Permalink }}" class="card blog-card blog-card-feed" rel="bookmark" >
|
||||
<div class="card-img-container">
|
||||
{{ with .Resources.GetMatch "featuredImage" }}
|
||||
<picture>
|
||||
|
||||
Reference in New Issue
Block a user