diff --git a/themes/xsfx/layouts/partials/article.html b/themes/xsfx/layouts/partials/article.html
index 811e54f..ebea1b3 100644
--- a/themes/xsfx/layouts/partials/article.html
+++ b/themes/xsfx/layouts/partials/article.html
@@ -1,5 +1,5 @@
-
+
{{ if (isset .Params "date") }}
@@ -11,5 +11,7 @@
{{ end }}
+
diff --git a/themes/xsfx/layouts/partials/scripts.html b/themes/xsfx/layouts/partials/scripts.html
index 7c0b67e..8057634 100644
--- a/themes/xsfx/layouts/partials/scripts.html
+++ b/themes/xsfx/layouts/partials/scripts.html
@@ -8,10 +8,5 @@
.after(''+$(this).attr("alt")+'');
});
- $("article iframe").wrap('
');
-
});
-{{ if (eq .RelPermalink "/pages/impressum/") }}
-this is a impressum
-{{ end }}
diff --git a/themes/xsfx/static/css/xsfx.css b/themes/xsfx/static/css/xsfx.css
index a4152bd..454154a 100644
--- a/themes/xsfx/static/css/xsfx.css
+++ b/themes/xsfx/static/css/xsfx.css
@@ -113,6 +113,11 @@ article h1 {
text-align: left;
}
+main article,
+main section {
+ padding: 1.0rem 1.0rem;
+}
+
header {
background-image: url("/images/newstile.png");
background-repeat: repeat;
@@ -143,15 +148,9 @@ footer span {
background-color: #ffffff;
}
-section.article_content {
- padding-bottom: 15px;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 15px;
-}
-
section#pagination {
text-align: center;
+ padding-top: 7.5rem;
}
figure {