Removed align:left from col class

This commit is contained in:
Sam Fearn 2018-06-11 00:50:39 +01:00
parent 8c510a8b8e
commit 2a2951461d

View File

@ -19,7 +19,6 @@ figcaption {
.col { .col {
width: 100%; width: 100%;
height: 100%; height: 100%;
float: left;
object-fit: cover; object-fit: cover;
box-sizing:border-box; box-sizing:border-box;
padding: $img-spacing; padding: $img-spacing;