feat: performance tracker

This commit is contained in:
2023-08-13 00:34:03 +02:00
parent 1cf0d91af5
commit 59ddcb64a6
7 changed files with 269 additions and 72 deletions

View File

@@ -36,6 +36,7 @@ export default function App({ Component }: AppProps) {
:root {
--background: rgb(43, 41, 48);
--foreground: rgb(129, 129, 129);
--light: #2B2930;
}
.custom-grid {
grid-template-columns: repeat(auto-fit, minmax(37vw, 1fr)) ;