refine aesthetic of SSR/js-disabled pages
This commit is contained in:
parent
399a48b2a6
commit
209109f04d
@ -115,7 +115,7 @@ const IndexPage = ({
|
|||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Chuck Dries</title>
|
<title>Chuck Dries</title>
|
||||||
<body
|
<body
|
||||||
className={classnames(isClient ? "bg-vibrant-dark" : "")}
|
className={classnames(isClient ? "bg-vibrant-dark" : "bg-gray-800")}
|
||||||
style={getHelmetSafeBodyStyle(vibrant, screenHeight)}
|
style={getHelmetSafeBodyStyle(vibrant, screenHeight)}
|
||||||
/>
|
/>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
@ -195,7 +195,7 @@ const IndexPage = ({
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<div
|
<div
|
||||||
className="landscape:h-actual-screen portrait:h-two-thirds-vw w-full bg-gray-800"
|
className="landscape:h-actual-screen portrait:h-two-thirds-vw w-full"
|
||||||
style={{ gridArea: "1/1" }}
|
style={{ gridArea: "1/1" }}
|
||||||
></div>
|
></div>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user