css: switch sidebar layout from float to flexbox.

This commit is contained in:
evazion
2019-09-28 17:45:58 -05:00
parent 960e5d4ae0
commit 5dfc14ba07
3 changed files with 21 additions and 11 deletions

View File

@@ -45,15 +45,10 @@
padding: 0 0.25vw;
> div /* div#c-$controller */ {
> div /* div#a-$action */ {
display: flex;
flex-direction: column;
/* Move #sidebar below #content. */
> aside#sidebar {
font-size: 1.5em;
float: none;
width: auto;
order: 2;
}
}
}