This commit is contained in:
2026-07-10 16:14:31 +08:00
commit 637b0bd144
158 changed files with 33269 additions and 0 deletions
@@ -0,0 +1,15 @@
.custom-nav {
width: 100%;
flex: 0 0 auto;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.custom-nav__content {
width: 100%;
flex: 1;
display: flex;
align-items: center;
box-sizing: border-box;
}