really basic mobile support, until we get a slideout menu in

This commit is contained in:
psychobunny
2015-08-21 10:22:54 -04:00
parent cdc351bc02
commit 2317779a2b
2 changed files with 20 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
@import "./vars";
@import "./header";
@import "./mobile";
@import "./general/dashboard";
@import "./general/navigation";

View File

@@ -0,0 +1,19 @@
@media (max-width: 1200px) {
.header {
#user_label {
bottom: 125px;
}
#main-page-title {
bottom: 45px;
}
}
}
@media (max-width: 980px) {
}
@media (max-width: 768px) {
}