added form and update functions
This commit is contained in:
@@ -32,3 +32,16 @@ ul {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
aside {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: auto;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user