added impressum
This commit is contained in:
parent
e1a1bea28a
commit
2f566c4c27
2 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,8 @@
|
||||||
</div>
|
</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><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">© 2019 Ellpeck</a> – <a href="https://ellpeck.de/#impressum">Impressum</a></p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -74,6 +74,10 @@ li {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
.main {
|
.main {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
Loading…
Reference in a new issue