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:
parent
65a8f7f6c9
commit
c8fd904c32
|
@ -28,13 +28,11 @@
|
||||||
<aio-dt [on]="dtOn" [(doc)]="currentDocument"></aio-dt>
|
<aio-dt [on]="dtOn" [(doc)]="currentDocument"></aio-dt>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
</md-sidenav-container>
|
||||||
|
|
||||||
|
<aio-search-results #searchResults></aio-search-results>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<aio-footer [nodes]="footerNodes" [versionInfo]="versionInfo" ></aio-footer>
|
<aio-footer [nodes]="footerNodes" [versionInfo]="versionInfo" ></aio-footer>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</md-sidenav-container>
|
|
||||||
|
|
||||||
|
|
||||||
<aio-search-results #searchResults></aio-search-results>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aio-shell.marketing {
|
||||||
|
md-sidenav-container.sidenav-container {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div[layout=row]{
|
div[layout=row]{
|
||||||
display: flex;
|
display: flex;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue