diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 15:02:19 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 15:02:19 -0700 |
| commit | a100d0330a6613dd6764f3e4874772179c595bce (patch) | |
| tree | 63724462c6d6f1a1e16d84174732fc1f5da40877 | |
| parent | 5c907a1351fe91ced79f969df5a616a786a5c8d9 (diff) | |
Switch the footer to a paragraph
| -rwxr-xr-x | css/desktop/footer.css | 5 | ||||
| -rwxr-xr-x | html/footer.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/css/desktop/footer.css b/css/desktop/footer.css index 7e3b215..717c861 100755 --- a/css/desktop/footer.css +++ b/css/desktop/footer.css @@ -26,3 +26,8 @@ border-radius: 0 0 9px 9px; border-top: 1px solid #98A5B0; } + +.footer p { + font-size: small; + font-weight: bold; +}
\ No newline at end of file diff --git a/html/footer.html b/html/footer.html index 678e9ff..c5fc9a3 100755 --- a/html/footer.html +++ b/html/footer.html @@ -17,5 +17,5 @@ --> <div class="footer"> - <h6>© {{year}} Connor Thomson. Content licensed under the <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</h6> + <p>© {{year}} Connor Thomson. Content licensed under the <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p> </div> |
