fixed frontend header background color
Some checks failed
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (push) Failing after 22m59s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (push) Failing after 23m41s
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (push) Failing after 17m11s
Build and Release Docker Images / create-release (push) Has been skipped

This commit is contained in:
2025-07-27 15:49:37 -04:00
parent a48396f1bc
commit 49374b646b

View File

@@ -2,8 +2,8 @@ import { PhotoCircle } from "../components/PhotoCircle.tsx";
export default function Home() {
return (
<body>
<div class="flex flex-col items-center justify-between bg-[#313244] min-h-screen">
<body class="bg-[#313244]">
<div class="flex flex-col items-center justify-between min-h-screen">
<div class="sm:mt-14 sm:mb-14 mt-12 mb-4 flex flex-col items-center gap-y-5 gap-x-10 md:flex-row">
<PhotoCircle
src="https://wyattjmiller.us-ord-1.linodeobjects.com/IMG_1480-min.png"