Add content grid

This commit is contained in:
Stanislaw
2022-05-08 22:49:05 +02:00
parent 920a193adb
commit b5efd408a8
10 changed files with 6562 additions and 1350 deletions

View File

@@ -7,6 +7,12 @@ function MyApp({ Component, pageProps }) {
<Head>
<link rel="shortcut icon" href="/gractwo.svg" />
<title>Gractwo</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lexend:wght@600&display=swap"
rel="stylesheet"
></link>
</Head>
<Component {...pageProps} />
</>