From 737c36d242339b6d678842dad4edcf17a5f4c8b9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 6 Jan 2018 22:10:47 +0100 Subject: Add spacing between rows in the gallery_links index. --- app/assets/stylesheets/gallery_links.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/gallery_links.scss b/app/assets/stylesheets/gallery_links.scss index ebfc852..e113a4c 100644 --- a/app/assets/stylesheets/gallery_links.scss +++ b/app/assets/stylesheets/gallery_links.scss @@ -1,9 +1,16 @@ .gallery_link { display: inline-block; width: 235px; + margin-bottom: 8mm; vertical-align: top; + header { + h1 { + font-size: 100%; + } + } + .gallery_link_meta { font-size: 80%; } -} \ No newline at end of file +} -- cgit v1.2.3