Add a space around floating content
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@
|
||||
// --------------------------------------------------------------------------------
|
||||
// Float
|
||||
// --------------------------------------------------------------------------------
|
||||
.float {}
|
||||
.float {
|
||||
margin: .75rem;
|
||||
}
|
||||
|
||||
.float-start {
|
||||
float: inline-start;
|
||||
|
||||
Reference in New Issue
Block a user