diff --git a/themes/neff/assets/scss/_index.scss b/themes/neff/assets/scss/_index.scss index 0553938..18e942a 100644 --- a/themes/neff/assets/scss/_index.scss +++ b/themes/neff/assets/scss/_index.scss @@ -22,13 +22,13 @@ #index-short-contact { font-size: 1.1rem; - align-items: top; + align-items: flex-start; background-color: rgba(255, 255, 255, 0.9); height: 90px; border-radius: $border-radius; padding: $gutter-width; margin: calc(100vh - 310px) -$gutter-width 0 -$gutter-width; - overflow: none; + overflow: hidden; min-width: 100%; @media only screen and (min-width: $media-query) { diff --git a/themes/neff/layouts/partials/footer.html b/themes/neff/layouts/partials/footer.html index 5e02e23..5776d7c 100755 --- a/themes/neff/layouts/partials/footer.html +++ b/themes/neff/layouts/partials/footer.html @@ -2,7 +2,7 @@
-

Kontakt

+

Kontakt

{{ i18n "send-mail" }} diff --git a/themes/neff/layouts/partials/schema/site.jsonld b/themes/neff/layouts/partials/schema/site.jsonld index 18df8ce..d02936c 100755 --- a/themes/neff/layouts/partials/schema/site.jsonld +++ b/themes/neff/layouts/partials/schema/site.jsonld @@ -22,6 +22,6 @@ "description": "{{ . }}", {{ end }} "datePublished": {{ .site.PublishDate.Format "2006-01-02T15:04-07:00" | jsonify }}, - "dateModified": {{ .site.Lastmod.Format "2006-01-02T15:04-07:00" | jsonify }}, + "dateModified": {{ .site.Lastmod.Format "2006-01-02T15:04-07:00" | jsonify }} {{ end }} } \ No newline at end of file