fixed styling for search bar, fixed positioning for widescreens(needs testing), restricted pagefind indexing, made titles top weight, added root module description
This commit is contained in:
parent
ab44ad8128
commit
b65b93b5eb
11 changed files with 67 additions and 28 deletions
|
@ -81,6 +81,7 @@ ul {
|
|||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.docs,
|
||||
.docslayout-root {
|
||||
gap: 0.648rem;
|
||||
|
@ -88,7 +89,8 @@ ul {
|
|||
|
||||
.docslayout-root {
|
||||
margin-left: calc(1.618rem + 260px);
|
||||
padding-bottom: 3rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.docs-content {
|
||||
|
@ -109,6 +111,11 @@ ul {
|
|||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
.docs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.docs-content {
|
||||
& section {
|
||||
max-width: 45svw;
|
||||
|
@ -116,7 +123,7 @@ ul {
|
|||
}
|
||||
|
||||
.docslayout-root {
|
||||
margin-inline: calc(10svw + 260px);
|
||||
margin-inline: 15svw;
|
||||
}
|
||||
|
||||
.docslayout-inner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue