From 5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jan 2018 00:06:16 +0100 Subject: Set width of gallery_link to same as image. --- app/assets/stylesheets/gallery_links.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/gallery_links.scss b/app/assets/stylesheets/gallery_links.scss index e113a4c..5556db6 100644 --- a/app/assets/stylesheets/gallery_links.scss +++ b/app/assets/stylesheets/gallery_links.scss @@ -1,8 +1,11 @@ .gallery_link { display: inline-block; - width: 235px; - margin-bottom: 8mm; + width: 225px; vertical-align: top; + margin: { + bottom: 8mm; + right: 10mm; + } header { h1 { -- cgit v1.2.3