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

View file

@ -1,8 +1,8 @@
</main> </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> &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> </body>
</html> </html>