mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
fix distorted header image on narrow viewports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Html, Head, Main, NextScript } from "next/document";
|
||||
import ThemeScript from "../components/ThemeScript/ThemeScript";
|
||||
import ThemeScript from "../components/ThemeScript";
|
||||
import { getCssText, themeClassNames, themeStorageKey } from "../lib/styles/stitches.config";
|
||||
import { Inter, RobotoMono } from "../lib/styles/fonts";
|
||||
import * as config from "../lib/config";
|
||||
|
Reference in New Issue
Block a user