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:

committed by
Matias Niemelä

parent
65a8f7f6c9
commit
c8fd904c32
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user