aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/gallery_links.scss
blob: 302fd3ee375b5938efc125349776a7cf789c7e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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%;
    }
}