bug fix on assignments
This commit is contained in:
parent
ac2461d76a
commit
64fc708bf7
4 changed files with 38 additions and 40 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue