aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/gallery_links.scss
blob: 305d484b645047a81cf5ea3b459b156b9e6112e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.gallery_link {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    margin: {
      bottom: 8mm;
      right: 10mm;
    }

    header {
      h1 {
	font-size: 100%;
      }
      img {
	margin: 0;
      }
    }

    .gallery_link_meta {
        font-size: 80%;
    }
}