Skip to content

Commit

Permalink
➕ feat: center login
Browse files Browse the repository at this point in the history
  • Loading branch information
Linder Hassinger committed Mar 16, 2024
1 parent 7101991 commit 92670a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semana-7/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://cdn.tailwindcss.com/3.4.1"></script>
</head>
<body>
<main class="max-w-md">
<main class="max-w-md mx-auto">
<div class="p-6">
<h1 class="font-semibold text-xl">Login Account</h1>
<p class="text-sm mt-1">Welcome back Codigo Tecsup!</p>
Expand Down

0 comments on commit 92670a4

Please sign in to comment.