diff --git a/src/features/footer/components/Footer.vue b/src/features/footer/components/Footer.vue index 957b216..31fbf7e 100644 --- a/src/features/footer/components/Footer.vue +++ b/src/features/footer/components/Footer.vue @@ -46,10 +46,13 @@ const copyrightPeriod = } .footer-segment { - display: flex; - justify-content: center; padding: var(--padding-y); background-color: var(--light-bg); border-top: 1px solid var(--border); } + +.copyright-note { + display: flex; + justify-content: center; +} \ No newline at end of file