diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/gallery_links.scss | 7 |
1 files 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 { |