This commit is contained in:
Janis
2022-12-23 00:16:56 +01:00
parent e44d6cc967
commit 1bb4cc82e2
12 changed files with 164 additions and 128 deletions

View File

@@ -1,12 +1,10 @@
@import "variables.scss";
.tutorialContentTable {
@media (max-width: $tutorial-breakpoint-2) {
@media (max-width: var(--tutorial-breakpoint-2)) {
display: none;
}
.stickyContainer {
position: sticky;
top: $tutorial-grid-sticky-top;
top: var(--tutorial-grid-sticky-top);
.list {
align-items: flex-start;