added impressum

This commit is contained in:
Ellpeck 2019-11-15 20:52:55 +01:00
parent e1a1bea28a
commit 2f566c4c27
2 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,8 @@
</div>
<p><small>Note that the gray background on some of the images simply exists to make them stand out from this site's background color. It's not actually part of the images themselves.</small></p>
<p class="footer"><a href="https://github.com/Ellpeck/Web">&copy; 2019 Ellpeck</a> &ndash; <a href="https://ellpeck.de/#impressum">Impressum</a></p>
</body>
</html>

View File

@ -74,6 +74,10 @@ li {
margin-top: 5px;
}
.footer {
margin-top: 40px;
}
@media (max-width: 1200px) {
.main {
width: 80%;