Share footer styles

This commit is contained in:
Johannes Zellner
2024-12-14 21:17:51 +01:00
parent 78cfb9b7f0
commit 893e07ea16
3 changed files with 14 additions and 27 deletions

View File

@@ -33,3 +33,16 @@ a {
text-decoration: none;
color: var(--pankow-color-primary);
}
footer {
display: block;
width: 100%;
font-size: 10px;
text-align: center;
position: fixed;
bottom: 0;
}
footer > .p {
margin: 4px;
}