diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 8adcd29..d498d85 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -253,8 +253,7 @@ figure figcaption { white-space: nowrap; } -.grid-item { - margin-bottom: 10px; +.grid-item img { border: 1px inset black; border-radius: 3px; } diff --git a/themes/red/layouts/partials/render-art.html b/themes/red/layouts/partials/render-art.html index 366ef65..aaebb01 100644 --- a/themes/red/layouts/partials/render-art.html +++ b/themes/red/layouts/partials/render-art.html @@ -34,17 +34,17 @@ {{ with $image }} {{ if $.Params.threed }} {{ with resources.Get "3d.png" }} - Viewable 3D + Viewable 3D {{ end }} {{ end }} {{ if $.Params.animation }} {{ with resources.Get "play-circle.png" }} - Viewable Animation + Viewable Animation {{ end }} {{ end }} - {{ $title }} + {{ $title }} {{ else }}

Thumbnail not found!

{{ end }}