Compare commits

...

1 Commits

Author SHA1 Message Date
538bb67877 wip 2025-03-27 21:04:14 -07:00

View File

@ -135,6 +135,10 @@ ol.category-breadcrumb {
max-width: unset;
}
.topic-list .topic-list-data .main-link {
width: 90%;
}
.custom-search-banner-wrap .search-context {
top: 3em !important;
}
@ -256,6 +260,11 @@ ol.category-breadcrumb {
color: var(--secondary);
}
// Hide the "4/7" topic navigation when on mobile since it's always stuck to the bottom anyway.
.topic-navigation {
display: none !important;
}
// Footer
.custom-footer {
.list {