creation of Footer component

This commit is contained in:
2025-10-24 14:04:36 +02:00
parent 2349a241aa
commit 0f188e5d53
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@ import styles from "./Footer.module.css"
import {Link} from "react-router";
function Footer(){
return (
<footer className={`${styles.footer} ${"glassCard"}`} >
<div className={styles.footerContent}>
+1 -1
View File
@@ -17,4 +17,4 @@
color: black;
width: fit-content;
text-align: center;
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
padding: 0;
width: 100%;
box-sizing: border-box;
overflow: hidden;
overflow-x: hidden;
}
:root {