Initial Public Release

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-24 11:00:43 +01:00
commit 6c25961683
112 changed files with 14174 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
body > .content {
$pad-h: 1rem;
max-width: $theme-width;
margin-left: auto;
margin-right: auto;
padding: 0 $pad-h;
width: calc(100% - #{$pad-h} * 2);
}
@import "_breadcrumbs.scss";
@import "_article.scss";
@import "_blocks.scss";
@import "_comments.scss";