From 5a6227e20d4481d5752d62d51b753d21786396fd Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 27 Sep 2018 15:42:14 +0200 Subject: Float none to activate clearing text from image in column. --- style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/style.scss b/style.scss index 7a26ac3..209d9ac 100644 --- a/style.scss +++ b/style.scss @@ -58,6 +58,7 @@ img { } img.solo { + float: none; display: block; clear: both; } -- cgit v1.2.3