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 {
|
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;
|
||||||
|
}
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
</main>
|
</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>
|
© 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>
|
||||||
Loading…
Reference in a new issue