some little fixes

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-17 04:41:57 +03:00
parent 3398324664
commit ecaa6fb68f
6 changed files with 12 additions and 7 deletions

View File

@ -18,13 +18,13 @@
<style>
nav {
box-shadow: var(--box-shadow-1);
background: var(--black-1);
padding: 20px 30px 20px 20px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-shadow: var(--def-shadow);
}
div {

View File

@ -62,7 +62,7 @@
display: flex;
flex-direction: column;
align-items: end;
gap: 5px;
gap: 6px;
}
main .docs a {
@ -78,7 +78,7 @@
}
main .docs a:hover {
box-shadow: var(--box-shadow);
box-shadow: var(--box-shadow-2);
}
main .docs a h1 {