add depth styling, index page stats, footer margin

This commit is contained in:
2022-12-11 15:36:51 +01:00
parent 4d240d81eb
commit d77eaa7b4a
5 changed files with 75 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import Link from "next/link";
const Footer = () => {
return (
<div style={{ textAlign: "center" }}>
<div style={{ textAlign: "center", padding: "1rem 0" }}>
<p>
&copy; Gractwo 2020-{new Date().getFullYear()}
<span style={{ color: "#666" }}>

View File

@@ -2,6 +2,9 @@
display: flex;
background-color: var(--black1);
height: 4rem;
position: relative;
z-index: 10;
box-shadow: var(--shadow0);
}
.link {
display: flex;