add depth styling, index page stats, footer margin
This commit is contained in:
@@ -2,7 +2,7 @@ import Link from "next/link";
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<div style={{ textAlign: "center", padding: "1rem 0" }}>
|
||||
<p>
|
||||
© Gractwo 2020-{new Date().getFullYear()}
|
||||
<span style={{ color: "#666" }}>
|
||||
|
||||
Reference in New Issue
Block a user