mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 15:17:10 -06:00
Lower WIP card opacity, fit to Contact page, add meta theme-color
This commit is contained in:
@@ -3,7 +3,7 @@ import type {FunctionComponent} from "react";
|
||||
const WorkInProgress: FunctionComponent = () => {
|
||||
return <div className="w-full my-10 flex flex-col items-center">
|
||||
<div
|
||||
className="bg-zinc-800 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] lg:max-w-[30rem] mx-3 w-full p-5 flex flex-col items-center justify-center">
|
||||
className="bg-zinc-800/30 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] lg:max-w-[30rem] mx-3 w-full p-5 flex flex-col items-center justify-center">
|
||||
<span className="bg-gradient-to-r from-orange-500 via-fuchsia-600 to-cyan-500 text-transparent font-semibold bg-clip-text text-3xl sm:text-4xl pb-2 text-center">
|
||||
Work In Progress
|
||||
</span>
|
||||
|
||||
@@ -8,6 +8,7 @@ export default function Document() {
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
</Head>
|
||||
<body className="bg-black">
|
||||
<Main/>
|
||||
|
||||
Reference in New Issue
Block a user