wip media query rework, sidebar mostly finished, rewritten njk
This commit is contained in:
parent
cb5ba4fb82
commit
790147ea05
33 changed files with 268 additions and 361 deletions
|
|
@ -36,20 +36,18 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#mobile > nav,
|
||||
header,
|
||||
#floating {
|
||||
nav#default,
|
||||
nav#floating, header {
|
||||
background-attachment: fixed;
|
||||
background-image: var(--nav-bg);
|
||||
background-size: 6px;
|
||||
}
|
||||
#floating, #mobile > nav {
|
||||
nav#floating, nav#default {
|
||||
border-bottom-style: solid;
|
||||
border-right-style: solid;
|
||||
border-bottom-width: 4px;
|
||||
border-right-width: 4px;
|
||||
}
|
||||
#mobile > nav {
|
||||
height: max-content;
|
||||
nav#default {
|
||||
border-bottom-right-radius: var(--pad-l);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue