We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8d0d0 commit a0624ddCopy full SHA for a0624dd
assets/css/v2/style.css
@@ -377,6 +377,8 @@ nav {
377
position: sticky;
378
top: 0;
379
height: 100vh;
380
+ margin-top: -1rem;
381
+ padding-top: 1rem;
382
}
383
384
.sidebar .product-selector-button {
@@ -402,7 +404,8 @@ nav {
402
404
position: absolute;
403
405
406
min-width: 80%;
- margin-left: 46rem;
407
+ margin-top: 1rem;
408
+ margin-left: 44rem;
409
padding: 1rem 1.5rem;
410
background-color: white;
411
border: black 1px solid;
0 commit comments