Fix techdocs footer link width

Signed-off-by: Dmitry Gusev <gusevda90@gmail.com>
This commit is contained in:
Dmitry Gusev
2023-08-15 18:34:24 +03:00
parent cfa778a5dc
commit b4a65815e3
@@ -120,7 +120,7 @@ export default ({ theme, sidebar }: RuleOptions) => `
.md-footer__title {
background-color: unset;
}
.md-footer-nav__link {
.md-footer-nav__link, .md-footer__link {
width: 16rem;
}