This commit is contained in:
Phil Bajsicki 2024-12-08 03:31:51 +01:00
parent 4abc9d557b
commit 6e6304f2ae
2 changed files with 3 additions and 2 deletions

View file

@ -123,8 +123,9 @@ table.lntable {
#pagination { #pagination {
font-size: 1.5em; font-size: 1.5em;
text-align: center;
margin: auto; margin: auto;
width: 1%; width: 100%;
} }
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */

View file

@ -2,7 +2,7 @@
footer.page-footer{ footer.page-footer{
margin-top: 1.4rem; margin-top: 1.4rem;
color: #aaa; color: #aaa;
// width: 95%; width: 100%;
// max-width: 45rem; // max-width: 45rem;
} }
footer.page-footer p { footer.page-footer p {