improve overlay design and fix footer

To fix:
- css split between nav and nav-tree repeated due to mobile
- right overlay needs padding adjustments and resizing for mobile
This commit is contained in:
outfoxxed 2024-10-14 17:19:10 -07:00
parent 0a69344f98
commit c516c950a8
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 132 additions and 174 deletions

View file

@ -3,7 +3,15 @@
.docslayout-root {
margin-inline: 0.618rem;
margin-top: 4rem;
margin-top: 3.5rem;
display: flex;
justify-content: center;
flex-direction: row;
flex-grow: 1;
}
.docslayout-inner {
flex-grow: 1;
}
.docs {
@ -11,10 +19,6 @@
flex-direction: row;
}
.docslayout-inner {
min-height: 100svh;
}
.docs-content {
flex-grow: 1;
@ -33,13 +37,8 @@
}
}
.spacer-desktop {
display: none;
}
.c-breadcrumbs {
--color-link-breadcrumbs: hsl(var(--accent-600));
margin-top: 1.056rem;
margin-bottom: 0.318rem;
max-width: 100svw;
}
@ -100,19 +99,13 @@ ul {
}
.c-breadcrumbs {
margin-top: 1.056rem;
margin-inline: 1.272rem;
}
}
@media (min-width: 85rem) {
.docslayout-root {
display: flex;
justify-content: center;
flex-direction: row;
}
.docslayout-inner {
flex-grow: 1;
max-width: 80rem;
}