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,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%;