From 35248e471cdba9a3f148aeaf00feceb535c6a272 Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Mon, 26 Mar 2018 14:29:21 -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 b246112..6e93ae4 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 684fecd..8b4fd82 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -79,7 +79,7 @@ img { padding: 1em; } .card-img { - border-radius: 0.4em 0.4em 0 0; + border-radius: 0.5em 0.5em 0 0; margin-bottom: -1.2em; max-height: 10em; object-fit: cover;