update: sidebar top alignment on tablet and small viewports.

This commit is contained in:
Darshan
2025-09-05 19:51:36 +05:30
parent eb53d797c9
commit 3bb46ecf92
+8
View File
@@ -378,6 +378,14 @@
&.no-transitions :global(nav) {
transition: none !important;
}
& :global(nav) {
@media (max-width: 1023px) {
top: var(--banner-spacing, 0px);
margin-top: var(--banner-spacing, 0px);
height: calc(100vh - var(--banner-spacing, 0px)) !important;
}
}
}
.middle-container {