diff options
author | Siri Reiter <siri@jones.dk> | 2018-09-27 15:42:14 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2018-09-27 15:42:14 +0200 |
commit | 5a6227e20d4481d5752d62d51b753d21786396fd (patch) | |
tree | dcabf1bfbd092a34d3b856ba4431d18a17a869c4 /style.scss | |
parent | 3d0fdf26408b78f9842dccd67bdc6298ae33d5d8 (diff) |
Float none to activate clearing text from image in column.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ img { } img.solo { + float: none; display: block; clear: both; } |