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

@ -11,5 +11,7 @@
</small> </small>
{{ end }} {{ end }}
</p> </p>
<section class="content">
{{ .Content}} {{ .Content}}
</section>
</article> </article>

View File

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

View File

@ -113,6 +113,11 @@ article h1 {
text-align: left; text-align: left;
} }
main article,
main section {
padding: 1.0rem 1.0rem;
}
header { header {
background-image: url("/images/newstile.png"); background-image: url("/images/newstile.png");
background-repeat: repeat; background-repeat: repeat;
@ -143,15 +148,9 @@ footer span {
background-color: #ffffff; background-color: #ffffff;
} }
section.article_content {
padding-bottom: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
}
section#pagination { section#pagination {
text-align: center; text-align: center;
padding-top: 7.5rem;
} }
figure { figure {