Scrollability added to scoreboard prototype

This commit is contained in:
Lucas Patenaude
2024-04-03 16:39:29 -06:00
parent 0ec2f4106e
commit 8d702ab6ac
9 changed files with 86 additions and 55 deletions

View File

@@ -1,4 +1,3 @@
<body class="container">
<div class="register-page">
<div class="form-container">
<h1 class="mt-5 mb-4">Register</h1>
@@ -21,4 +20,4 @@
<p class="mt-3">Already have an account? <a href="/login">Login</a></p>
</div>
</div>
</body>