mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 12:12:41 +02:00
Add KaTeX support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "normalize-scss";
|
||||
@import "~katex/dist/katex.min.css";
|
||||
@import "~prismjs/themes/prism-solarizedlight.css";
|
||||
@import "base/generic";
|
@@ -44,13 +44,16 @@
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
& *:not(div) {
|
||||
width: 100%;
|
||||
& * {
|
||||
max-width: $layout-post-width;
|
||||
margin-left: auto;
|
||||
margin-right: auto
|
||||
}
|
||||
|
||||
& img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user