This commit is contained in:
Phil Bajsicki 2024-12-08 03:38:01 +01:00
parent 6e6304f2ae
commit dfb59cb9e0
2 changed files with 6 additions and 1 deletions

View file

@ -60,6 +60,8 @@ mark {
background: #ddd;
}
/* ------------------------------------------------------------------------ */
/* Styling for listing pages. */
/* ------------------------------------------------------------------------ */
@ -128,6 +130,8 @@ table.lntable {
width: 100%;
}
/* ------------------------------------------------------------------------ */
/* Styling for footnotes. */
/* ------------------------------------------------------------------------ */

View file

@ -6,8 +6,9 @@ footer.page-footer{
// max-width: 45rem;
}
footer.page-footer p {
font-size: 1.2rem;
font-size: 1.25rem;
margin: 0em;
text-align: center;
/* light font looked odd on chrome */
/*font-weight: lighter;*/
}