diff --git a/assets/css/footer.css b/assets/css/footer.css index 768d2e7..45ae9d4 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -65,3 +65,23 @@ padding: 1.5rem 0 1rem; } } + +.footer-address-text { + color: var(--text-secondary); + line-height: 1.6; + overflow-wrap: anywhere; + margin: 0; +} + +.footer-icp { + margin-top: 0.45rem; +} + +.footer-icp a { + color: var(--text-secondary); +} + +.footer-icp a:hover { + color: var(--color-primary); + text-decoration: underline; +} diff --git a/footer.php b/footer.php index d352ac9..eef415f 100644 --- a/footer.php +++ b/footer.php @@ -12,13 +12,24 @@ + +