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 /css/desktop/footer.css | |
| parent | 5c907a1351fe91ced79f969df5a616a786a5c8d9 (diff) | |
Switch the footer to a paragraph
Diffstat (limited to 'css/desktop/footer.css')
| -rwxr-xr-x | css/desktop/footer.css | 5 |
1 files changed, 5 insertions, 0 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 |
