diff --git a/src/features/footer/components/Footer.vue b/src/features/footer/components/Footer.vue
index 324bdac..f60bc9d 100644
--- a/src/features/footer/components/Footer.vue
+++ b/src/features/footer/components/Footer.vue
@@ -41,9 +41,7 @@ const copyrightPeriod =
@@ -54,6 +52,8 @@ const copyrightPeriod =
}
.footer-segment {
+ display: flex;
+ justify-content: center;
padding: var(--padding-y);
background-color: var(--light-bg);
border-top: 1px solid var(--border);
@@ -62,9 +62,4 @@ const copyrightPeriod =
.global-footer a {
color: var(--dark);
}
-
-.copyright-note {
- display: flex;
- justify-content: center;
-}
\ No newline at end of file