creation of Footer component
This commit is contained in:
@@ -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}>
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
color: black;
|
||||
width: fit-content;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user