Make profile bar sticky
Change to 24 hour cycle
This commit is contained in:
fraxle
2026-07-24 17:38:10 +01:00
parent e1f6efdb8b
commit 7068ad91a9
5 changed files with 37 additions and 7 deletions
+6 -3
View File
@@ -1392,14 +1392,17 @@
.utci-footer {
margin-top: 36px;
padding-top: 20px;
padding: 10px 0;
font-family: Manrope, sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.07em;
color: #9a7d5a;
line-height: 2.2;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1.2;
}
/* The "Reading the table." intro snippet */
@@ -1415,7 +1418,7 @@
/* Site-wide footer - matches about and faq pages */
.utci-site-footer {
text-align: center;
padding: 2rem 1.5rem;
padding: 10px 1.5rem;
font-size: 0.82rem;
color: #b09870;
border-top: 1px solid #e0d0a8;