|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
<!-- === MODAL DE REGISTRO === -->
|
|
<!-- === MODAL DE REGISTRO === -->
|
|
|
<div id="registerModal"
|
|
<div id="registerModal"
|
|
|
- class="inset-0 bg-black/70 flex items-center justify-center z-50 p-4">
|
|
|
|
|
|
|
+ class="fixed inset-0 bg-black/70 flex items-center justify-center z-50 p-4">
|
|
|
<form id="registerForm" class="bg-white w-full max-w-md p-8 rounded-xl shadow-xl space-y-6">
|
|
<form id="registerForm" class="bg-white w-full max-w-md p-8 rounded-xl shadow-xl space-y-6">
|
|
|
<div class="text-center">
|
|
<div class="text-center">
|
|
|
<h2 class="text-2xl font-bold text-gray-900">¡Regístrate!</h2>
|
|
<h2 class="text-2xl font-bold text-gray-900">¡Regístrate!</h2>
|