9 lines
131 B
CSS
9 lines
131 B
CSS
:root {
|
|
--hextra-navbar-height: 80px;
|
|
}
|
|
|
|
.hextra-nav-container nav {
|
|
min-height: 80px !important;
|
|
height: 80px !important;
|
|
}
|