Fix white theme and borders uniformity

This commit is contained in:
2022-07-18 02:36:32 +02:00
parent 74fc4dbaec
commit 65c654fede
3 changed files with 19 additions and 20 deletions

View File

@@ -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">

View File

@@ -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>