16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
.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;
|
|
}
|