copyright text footer

This commit is contained in:
Jonas Heinrich 2020-06-06 15:28:21 +02:00
parent cfe79db5b1
commit 8f0051ee22
4 changed files with 79 additions and 72 deletions

View file

@ -304,6 +304,8 @@
.footer-bottom .content-wrap {
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-bottom .content-wrap ul {
@ -333,3 +335,7 @@
.footer-bottom .content-wrap ul a:hover {
color: #808080;
}
.footer-bottom .content-wrap .copyright {
margin-top: 0px;
}