2
0

added form and update functions

This commit is contained in:
2018-05-23 12:30:28 +02:00
parent b18c196610
commit 1231b2de9c
8 changed files with 132 additions and 45 deletions

View File

@@ -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;
}