From f289dcaf534f37e158654870f7406f8d22f63d90 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Mar 2020 17:13:05 +0100 Subject: corners, cut, copy, dots, etc --- style.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'style.scss') 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%; +} -- cgit v1.2.1