From 93e484898c4f7d9548edf8b884c279c73af72eb3 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 25 Feb 2022 07:09:55 +0100 Subject: [PATCH] Add a space around floating content --- _sass/_blocks.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/_blocks.scss b/_sass/_blocks.scss index adb4d67..ebe0229 100644 --- a/_sass/_blocks.scss +++ b/_sass/_blocks.scss @@ -17,7 +17,9 @@ // -------------------------------------------------------------------------------- // Float // -------------------------------------------------------------------------------- -.float {} +.float { + margin: .75rem; +} .float-start { float: inline-start;