fix dynamic footer size for mobile display width and fix issue with overlapping footer linksv

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2022-01-03 08:55:22 -05:00
parent fb36de6138
commit 4d7df87f54
@@ -257,7 +257,11 @@ export const useTechDocsReaderDom = (entityRef: EntityName): Element | null => {
.md-content__inner { font-size: 0.9rem }
.md-footer {
position: static;
margin-left: 10rem;
padding-left: 10rem;
}
.md-footer-nav__link {
/* footer links begin to overlap at small sizes without setting width */
width: 50%;
}
.md-nav--primary .md-nav__title {
white-space: normal;