aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gallery_links.scss9
1 files changed, 8 insertions, 1 deletions
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
+}