mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
df
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user