Change gap and margin

This commit is contained in:
2026-02-28 00:53:11 +01:00
parent a93718b455
commit 1bf85e2c2d
8 changed files with 52 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono, JetBrains_Mono } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "@/components/theme-provider"
import { ThemeProvider } from "@/components/theme-provider";
const jetbrainsMono = JetBrains_Mono({subsets:['latin'],variable:'--font-sans'});