small fixes

This commit is contained in:
teldra 2022-06-22 18:20:39 +02:00
parent c48df93d4c
commit 5f2c49b75b
2 changed files with 36 additions and 50 deletions

View File

@ -31,18 +31,7 @@ $mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
display: flex;
flex-direction: column;
justify-content: flex-end;
.title_index {
word-break: break-all;
color: var(--text-main);
background: var(--background-body-opaq);
text-align: center;
margin-bottom: 0;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
.title, {
.title {
background: var(--background-body-opaq);
word-break: break-all;
color: var(--text-main);
@ -55,7 +44,7 @@ $mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
}
}
.altbg {
max-height: 5em;
max-height: 6em;
}
@media #{$mq-tiny} {

View File

@ -47,7 +47,6 @@
{{ end }}
{{ $content := .Content }}
{{ if or .Content (.Resources.ByType "image")}}
<div class="article_content">
{{- if .Content -}}
@ -109,7 +108,6 @@
{{ end }}
{{ define "inner_footer" }}
{{ if and (eq .Kind "page") (or (eq .Section "news") (eq .Section "events") (eq .Section "about")) }}
<div class="article_footer">
{{ with .Params.foundations }}
<div class="bold">Träger der Veranstaltung:</div>
@ -152,5 +150,4 @@
{{ end }}
</div>
</div>
{{ end }}
{{ end }}