aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-07 00:06:16 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-07 00:06:16 +0100
commit5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a (patch)
treefe809375c1103e1e19f26ac881a1e8012e596b59
parent737c36d242339b6d678842dad4edcf17a5f4c8b9 (diff)
downloadhmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.tar.gz
hmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.tar.bz2
hmnoweb-5e00e8d5e1d7b54bc1bebf3d3bbcffc64531733a.zip
Set width of gallery_link to same as image.
-rw-r--r--app/assets/stylesheets/gallery_links.scss7
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 {