From 2a2951461dbacc060f669fc285b89a38dfb42157 Mon Sep 17 00:00:00 2001 From: Sam Fearn Date: Mon, 11 Jun 2018 00:50:39 +0100 Subject: [PATCH] Removed align:left from col class --- _sass/_gallery.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/_gallery.scss b/_sass/_gallery.scss index 54ac67a..1786bbf 100644 --- a/_sass/_gallery.scss +++ b/_sass/_gallery.scss @@ -19,7 +19,6 @@ figcaption { .col { width: 100%; height: 100%; - float: left; object-fit: cover; box-sizing:border-box; padding: $img-spacing;