forked from neff/neff-steindesign.de
HTML fixes
This commit is contained in:
parent
e3560e4124
commit
8978ffee20
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<section id="index-contact">
|
||||
<div>
|
||||
<a class="anchor" id="{{ i18n "contact" }}"><h1 class="padding">Kontakt</h1></a>
|
||||
<h2 class="padding"><a class="anchor" id="{{ i18n "contact" }}">Kontakt</a></h2>
|
||||
<div class="call-to-action flex row text-center">
|
||||
<div class="padding">
|
||||
<a class="btn btn-primary" href="mailto:{{ .Site.Author.email }}">{{ i18n "send-mail" }}</a>
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
}
|
||||
Loading…
Reference in New Issue