feat: 메인화면 UI 수정, 공지 카테고리 설정, 아카이브 기능 추가
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 1m47s

This commit is contained in:
ParkWonYeop
2025-12-27 20:26:40 +09:00
parent 2361e9a3ff
commit b952d3a491
9 changed files with 404 additions and 154 deletions

View File

@@ -39,8 +39,9 @@ export default function LoginPage() {
};
return (
<div className="flex flex-col items-center justify-center min-h-screen p-4 bg-gray-50">
<div className="w-full max-w-md bg-white rounded-2xl shadow-xl overflow-hidden p-8">
// 🎨 배경색 수정: bg-gray-50 -> bg-white
<div className="flex flex-col items-center justify-center min-h-screen p-4 bg-white">
<div className="w-full max-w-md bg-white rounded-2xl shadow-xl overflow-hidden p-8 border border-gray-100">
<div className="text-center mb-8">
<h1 className="text-3xl font-bold text-gray-900"></h1>
<p className="text-gray-500 mt-2"> .</p>