mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
27 lines
252 B
SCSS
27 lines
252 B
SCSS
@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%;
|
|
}
|
|
}
|
|
}
|