mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 05:07:14 +01:00
added richtig viel sachen
This commit is contained in:
26
styles/TutorialContent.module.scss
Normal file
26
styles/TutorialContent.module.scss
Normal 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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user