diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-19 13:05:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-19 13:05:49 +0900 |
| commit | 1e7e3c111263d32a8cdebf72bd5ce03e22434cd0 (patch) | |
| tree | 10b0a2c06292934b03c3fa3f89304daa95824158 | |
| parent | faff26b13da82747fb0efdb6bf1312a9b14d3916 (diff) | |
| download | iosdc-japan-2025-albatross-1e7e3c111263d32a8cdebf72bd5ce03e22434cd0.tar.gz iosdc-japan-2025-albatross-1e7e3c111263d32a8cdebf72bd5ce03e22434cd0.tar.zst iosdc-japan-2025-albatross-1e7e3c111263d32a8cdebf72bd5ce03e22434cd0.zip | |
feat(frontend): update tournament style
| -rw-r--r-- | frontend/app/routes/tournament.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/tournament.tsx b/frontend/app/routes/tournament.tsx index 1e1aa08..ffd31c0 100644 --- a/frontend/app/routes/tournament.tsx +++ b/frontend/app/routes/tournament.tsx @@ -301,7 +301,7 @@ export default function Tournament() { return ( <div className="p-6 bg-gray-100 min-h-screen"> - <div className="max-w-4xl mx-auto"> + <div className="max-w-5xl mx-auto"> <h1 className="text-3xl font-bold text-transparent bg-clip-text bg-iosdc-japan text-center mb-8"> iOSDC Japan 2025 Swift Code Battle </h1> |
