adding background to topic-list, making max-width larger on extra-info-wrapper, and changing viewport config

This commit is contained in:
Kris Aubuchon
2014-07-02 09:44:03 -04:00
parent a4b7b561dc
commit e0194e69a5
4 changed files with 18 additions and 9 deletions

View File

@@ -11,7 +11,15 @@ html {
background-color: $secondary;
overflow-y: scroll;
-webkit-font-smoothing: subpixel-antialiased;
}
height: 100%;
body {
height: 100%;
#main {
height: 100%;
}
}
}
// Links
// --------------------------------------------------