mirror of
https://github.com/sorenpeter/timeline.git
synced 2026-03-11 12:42:17 +00:00
CSS for footer
This commit is contained in:
parent
2c248c094c
commit
61e3311bb6
2 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
</main>
|
||||
|
||||
<footer><center><small>
|
||||
<footer>
|
||||
© 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>
|
||||
Loading…
Reference in a new issue