This commit is contained in:
parent
9a8037f856
commit
b4666389d8
1 changed files with 15 additions and 1 deletions
|
@ -85,8 +85,9 @@
|
|||
</div>-->
|
||||
</div>
|
||||
<div class="copy-notice">
|
||||
CC-BY-4.0 {new Date().getFullYear()}, Public Spaces e.V.
|
||||
© {new Date().getFullYear()}, Public Spaces e.V.
|
||||
</div>
|
||||
<span class="design-attribution">Web-Design von <a href="https://kevink.dev" rel="noopener" target="_blank">Kevin Kandlbinder</a></span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
@ -171,6 +172,19 @@
|
|||
.copy-notice {
|
||||
text-align: center;
|
||||
padding: var(--gap);
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.design-attribution {
|
||||
text-align: center;
|
||||
padding: var(--gap);
|
||||
opacity: .5;
|
||||
font-size: .9em;
|
||||
padding-top: 0;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue