aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 21b4b27..c64506d 100644
--- a/style.scss
+++ b/style.scss
@@ -58,11 +58,12 @@ a {
.col-aside {
width: 15rem;
margin-top: 2rem;
+ display: flex;
+ flex-direction: column;
@media (min-width: #{$breakpoint}) {
margin-top: 0;
margin-left: 2rem;
- flex-direction: row;
}
}
@@ -182,6 +183,10 @@ a {
margin-bottom: 2rem;
}
+.mt-auto {
+ margin-top: auto;
+}
+
/*
Components
@@ -319,3 +324,7 @@ Components
}
}
}
+
+.input-range {
+ width: 100%;
+}