fix(aio): remove max width on marketing pages and footer

- Removed the max-width on all marketing pages
- Moved the footer so that it extends fully horizontally on all screen sizes
This commit is contained in:
Stefanie Fluin 2017-05-01 10:38:45 -07:00 committed by Matias Niemelä
parent 65a8f7f6c9
commit c8fd904c32
2 changed files with 10 additions and 6 deletions

View File

@ -28,13 +28,11 @@
<aio-dt [on]="dtOn" [(doc)]="currentDocument"></aio-dt>
</section>
</md-sidenav-container>
<aio-search-results #searchResults></aio-search-results>
<footer>
<aio-footer [nodes]="footerNodes" [versionInfo]="versionInfo" ></aio-footer>
</footer>
</md-sidenav-container>
<aio-search-results #searchResults></aio-search-results>

View File

@ -8,6 +8,12 @@
}
}
aio-shell.marketing {
md-sidenav-container.sidenav-container {
max-width: none;
}
}
div[layout=row]{
display: flex;
box-sizing: border-box;