diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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%; +} |