CSS for footer

This commit is contained in:
sørenpeter 2024-12-12 15:51:14 +01:00
parent 2c248c094c
commit 61e3311bb6
2 changed files with 7 additions and 7 deletions

View file

@ -274,7 +274,7 @@ article.post-entry {
article .twt-msg {
padding: 0.5rem 0.5rem 0.5rem 0 ;
/* overflow-wrap: anywhere; */
overflow-wrap: anywhere;
}
article .twt-msg p {
@ -407,8 +407,8 @@ nav.pagnation {
/* === FOOTER === */
footer {
border-top: thin solid grey;
body > footer {
margin-top: 1rem;
text-align: center;
}
padding-top: 0.75rem;
border-top: thin solid grey;
}

View file

@ -1,8 +1,8 @@
</main>
<footer><center><small>
<footer>
&copy; 2024 <?= $config['public_nick'] ?> | powered by <a href="https://github.com/sorenpeter/timeline" target="_blank">timeline - a single user twtxt/yarn pod </a>
</small></center></footer>
</footer>
</body>
</html>