summaryrefslogtreecommitdiffstatshomepage
path: root/sass/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.sass')
-rw-r--r--sass/style.sass6
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass
index 69c0b1c..29de71b 100644
--- a/sass/style.sass
+++ b/sass/style.sass
@@ -118,6 +118,12 @@ body
color: var(--fg-color)
background-color: var(--bg-color)
+.float-left
+ float: left
+
+.float-right
+ float: right
+
main
display: flex
flex-direction: column