diff --git a/src/component/footer.svelte b/src/component/footer.svelte index 626c4f1..25f8b25 100644 --- a/src/component/footer.svelte +++ b/src/component/footer.svelte @@ -2,7 +2,7 @@

© 2025 Colormatic Studios, All Rights Reserved.

support@colormatic.org - | + | contact@colormatic.org

@@ -28,10 +28,15 @@ footer { flex-direction: column; } + footer p { text-align: center; padding: 4px; margin: 4px; } + + .responsive-hidden { + display: none; + } }