Add a space around floating content

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-02-25 07:09:55 +01:00
parent 8557e88155
commit 93e484898c
+3 -1
View File
@@ -17,7 +17,9 @@
// --------------------------------------------------------------------------------
// Float
// --------------------------------------------------------------------------------
.float {}
.float {
margin: .75rem;
}
.float-start {
float: inline-start;