added richtig viel sachen

This commit is contained in:
Janis
2022-12-18 22:37:01 +01:00
parent bb49f58ace
commit 073a1bf728
57 changed files with 10394 additions and 55 deletions

View File

@@ -0,0 +1,26 @@
@import "variables.scss";
.tutorialContent {
max-width: 100%;
.head {
}
.markdown {
padding: 0 25px 0 25px;
color: $md-color-font;
h1,
h2,
h3,
h4,
h5,
h6 {
color: $md-color-headline;
}
img {
max-width: 100%;
}
}
}