css: fix stylelint issues.

This commit is contained in:
evazion
2019-10-02 01:49:48 -05:00
parent 60eaa99784
commit b9c869f3e4
20 changed files with 45 additions and 49 deletions

View File

@@ -52,7 +52,13 @@ div.clearfix {
@media (max-width: 660px) {
flex-direction: column;
#content { order: 1; padding: 0; }
#sidebar { order: 2; }
#content {
order: 1;
padding: 0;
}
#sidebar {
order: 2;
}
}
}