10 lines
181 B
CSS
10 lines
181 B
CSS
|
|
body.full-width #desktop-nav {
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
body.full-width #desktop-nav .empty {
|
||
|
|
height: calc(var(--unit--vertical) / 2);
|
||
|
|
}
|
||
|
|
body.full-width .content {
|
||
|
|
position: sticky;
|
||
|
|
}
|