Skip to content
Snippets Groups Projects
Verified Commit f1371434 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add impress to site

The impress and privacy details are mendatory for pages in Germany. So 
we add the needed details.
parent 0caafb7a
No related branches found
No related tags found
No related merge requests found
......@@ -105,10 +105,16 @@
</li>
</ul>
<div class="panel-cover__meta">
<a href="/impressum">Impressum / Datenschutz </a>
</div>
</nav>
</div>
<hr class="panel-cover__divider panel-cover__divider--third">
<div class="panel-cover__meta">
<a href="/impressum">Impressum / Datenschutz </a>
</div>
</div>
</div>
......
......@@ -380,6 +380,13 @@ hr {
.panel-cover__divider--secondary {
width: 15%; }
.panel-cover__divider--third {
width: 40%; }
.panel-cover__meta {
font-size: 0.8em; }
nav .panel-cover__meta {
display: none; }
.panel-main {
display: table;
width: 100%;
......@@ -738,6 +745,15 @@ input[type="tel"] {
.panel-cover__divider--secondary {
display: none; }
.panel-cover__divider--third {
display: none; }
.panel-cover__meta {
display: none; }
nav .panel-cover__meta {
display: block; }
.panel-cover {
width: 100%;
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment