fix(techdocs): footer link width

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-03-28 09:05:16 +02:00
parent 216c262bf2
commit e56bcbfb0c
@@ -492,7 +492,7 @@ export const useTechDocsReaderDom = (
.md-footer__title {
background-color: unset;
}
.md-footer-nav__link {
.md-footer__link, .md-footer-nav__link {
width: 16rem;
}
@@ -588,7 +588,7 @@ export const useTechDocsReaderDom = (
position: static;
padding-left: 0;
}
.md-footer-nav__link {
.md-footer__link, .md-footer-nav__link {
/* footer links begin to overlap at small sizes without setting width */
width: 50%;
}