Files

16 lines
236 B
Plaintext
Raw Permalink Normal View History

2026-07-10 16:14:31 +08:00
.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;
}