This commit is contained in:
Janis
2022-12-23 14:53:36 +01:00
parent 1bb4cc82e2
commit 0c2ad4b1b0
11 changed files with 155 additions and 86 deletions

View File

@@ -1,12 +1,14 @@
@import "variables.scss";
.sidebar {
.stickyContainer {
position: sticky;
top: var(--tutorial-grid-sticky-top);
top: $tutorial-grid-sticky-top;
display: flex;
flex-direction: column;
row-gap: 20px;
font-size: 14px;
@media (max-width: var(--tutorial-breakpoint-1)) {
@media (max-width: $tutorial-breakpoint-1) {
display: none;
}
.sidebarContainer {