From ed00dd4d60c907153133400a8d6a37bbd02c32c5 Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Mon, 26 Mar 2018 14:45:02 -0400 Subject: [PATCH] Fix mobile card press and release animations --- layouts/_default/li.html | 2 +- static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/li.html b/layouts/_default/li.html index 6e93ae4..25cd933 100644 --- a/layouts/_default/li.html +++ b/layouts/_default/li.html @@ -1,4 +1,4 @@ - + {{ if isset .Params "featuredimage" }} {{ end }} diff --git a/static/css/style.css b/static/css/style.css index d724bce..5957dba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -85,7 +85,7 @@ img { object-fit: cover; } .card-title { - margin: 0.5em 0 0.5em 0; + margin: 0.7em 0 0.7em 0; /* text-align: center; */ } .card-date {