diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-01-07 00:06:16 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-01-07 00:06:16 +0100 |
commit | 5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a (patch) | |
tree | fe809375c1103e1e19f26ac881a1e8012e596b59 /app/assets | |
parent | 737c36d242339b6d678842dad4edcf17a5f4c8b9 (diff) | |
download | hmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.tar.gz hmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.tar.bz2 hmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.zip |
Set width of gallery_link to same as image.
Diffstat (limited to 'app/assets')
-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 { |