BETTERZON-36: Adding imprint and privacy policy

This commit is contained in:
2021-04-05 12:56:21 +02:00
parent a4b8af7d64
commit fa4a14b6ad
13 changed files with 597 additions and 5 deletions
@@ -5,7 +5,6 @@
width: 100%;
background-color: dimgrey;
color: white;
text-align: center;
}
.icon-3d {
@@ -13,5 +12,23 @@
color: #fff;
}
#footer-icons {
text-align: center;
}
#imprintSection {
position: fixed;
right: 1em;
bottom: 1em;
width: 100%;
text-align: right;
padding-right: 1em;
}
#imprintSection a {
color: white;
text-decoration: none;
}