aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/gallery_links.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/gallery_links.scss')
-rw-r--r--app/assets/stylesheets/gallery_links.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gallery_links.scss b/app/assets/stylesheets/gallery_links.scss
new file mode 100644
index 0000000..302fd3e
--- /dev/null
+++ b/app/assets/stylesheets/gallery_links.scss
@@ -0,0 +1,24 @@
+.gallery_link {
+ display: inline-block;
+ width: 225px;
+ vertical-align: top;
+ margin: {
+ bottom: 8mm;
+ right: 10mm;
+ }
+
+ header {
+ h1 {
+ font-size: 100%;
+ margin-bottom: 0;
+ }
+
+ margin-bottom: 2mm;
+ }
+ img {
+ margin: 0;
+ }
+ .gallery_link_meta {
+ font-size: 80%;
+ }
+}