feat(aio): high res screen spacing

This commit is contained in:
Stefanie Fluin 2017-04-13 13:18:15 -07:00 committed by Pete Bacon Darwin
parent c0b1bbea3e
commit 8479e9e6d7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
html, body {
height: 100%;
}
.clearfix {
content: "";
display: table;

View File

@ -11,7 +11,9 @@ aio-nav-menu.top-menu .vertical-menu-item {
}
md-sidenav-container.sidenav-container {
height: auto;
min-height: 100%;
height: auto !important;
margin: 0 auto;
transform: none;
}