some small css fixups

This commit is contained in:
Marvin Steadfast 2020-03-03 09:30:04 +01:00
parent d462cb2375
commit 816327fef1
3 changed files with 9 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
{{ if (isset .Params "date") }}
<p>
<small>
@ -11,5 +11,7 @@
</small>
{{ end }}
</p>
<section class="content">
{{ .Content}}
</section>
</article>

View File

@ -8,10 +8,5 @@
.after('<figcaption>'+$(this).attr("alt")+'</figcaption>');
});
$("article iframe").wrap('<p></p>');
});
</script>
{{ if (eq .RelPermalink "/pages/impressum/") }}
this is a impressum
{{ end }}

View File

@ -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 {