aboutsummaryrefslogblamecommitdiffstats
path: root/app/assets/stylesheets/gallery_links.scss
blob: 305d484b645047a81cf5ea3b459b156b9e6112e2 (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
                 
                        



                  
 



                        


                  

     


                        
 
.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%;
    }
}