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
@@ -51,7 +51,7 @@ export default function Register() {
return (
<div className="flex justify-center mt-[5vh] px-5">
<div className="w-full max-w-[500px] 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-125 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 font-sans font-bold">
Créer un accès réseau
</h2>