bug fix on assignments

This commit is contained in:
JBB0807 2025-05-08 00:14:50 -07:00
parent ac2461d76a
commit 64fc708bf7
4 changed files with 38 additions and 40 deletions

View file

@ -1,10 +1,10 @@
.assignment-page {
max-width: 100%;
padding: 20px;
margin-top: 90rem;
margin-top: 50rem;
overflow-x: hidden;
overflow-y: auto;
// min-height: 100vh;
min-height: 100vh;
box-sizing: border-box;
form {

View file

@ -1,10 +1,18 @@
// Assignment Page Styling
body {
justify-content: flex-starts;
}
.assignment-page {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
a {
text-decoration: none;
color: #AAC5E5;
}
section {
width: 100%;