diff --git a/src/scenes/Footer/footer.styles.css b/src/scenes/Footer/footer.styles.css
index 23debe5..aa8cc06 100644
--- a/src/scenes/Footer/footer.styles.css
+++ b/src/scenes/Footer/footer.styles.css
@@ -1,6 +1,6 @@
.footer {
width: 100%;
- height: 300px;
+ min-height: 300px;
}
.footer__meta-title {
diff --git a/src/scenes/Footer/index.tsx b/src/scenes/Footer/index.tsx
index fb515df..4a76a8f 100644
--- a/src/scenes/Footer/index.tsx
+++ b/src/scenes/Footer/index.tsx
@@ -91,7 +91,7 @@ const Footer = () => {
-
+
2023 furino. All rights reverved