Add back drop shadows and rounded corners

This commit is contained in:
Joseph Hutchinson
2018-03-26 14:03:19 -04:00
parent 833d412dc7
commit 3e151b1311
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<a ontouchstart="this.classList.add('card-link-wrapper-active');" ontouchend="this.classList.remove('card-link-wrapper-active');" href="{{ .Permalink }}" class="card-link-wrapper" rel="bookmark" title="Link to {{ .Title }}" >
<a ontouchstart="cardPressed()" ontouchend="cardReleased()" href="{{ .Permalink }}" class="card-link-wrapper" rel="bookmark" title="Link to {{ .Title }}" >
{{ if isset .Params "featuredimage" }}
<img src="{{ .Site.BaseURL }}/{{.Params.featuredimage }}" class="card-img">
{{ end }}