some corrections

This commit is contained in:
LathanDevers
2026-06-25 11:04:46 +02:00
parent d83b7ad4e7
commit 2aac1b0775
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function Login() {
return (
<div className="flex justify-center mt-[10vh] px-5">
<div className="w-full max-w-[400px] bg-[#242424] p-8 border-t-4 border-cyan-400 shadow-[0_10px_30px_rgba(0,0,0,0.5)]">
<div className="w-full max-w-100 bg-[#242424] p-8 border-t-4 border-cyan-400 shadow-[0_10px_30px_rgba(0,0,0,0.5)]">
<h2 className="text-white uppercase mb-1 text-2xl text-center font-sans font-bold">
Connexion au Nexus
</h2>