You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/examples/gallery.css

20 lines
280 B
CSS

@charset 'utf-8';
.glslGallery {
9 years ago
-moz-column-width: initial;
-webkit-column-width: initial;
}
.glslGallery_item{
9 years ago
width: 250px;
margin: 5px;
margin-top: 0px;
}
.glslGallery_thumb{
9 years ago
max-width: 250px;
}
.glslGallery_item canvas.glslGallery_canvas{
9 years ago
max-width: 250px;
}