Style of Todo App

This commit is contained in:
Nicolas Lemoine 2017-07-24 16:29:39 +03:00
parent 5083299e8a
commit 180e643af9
1 changed files with 7 additions and 0 deletions

View File

@ -25,4 +25,11 @@ body {
.cryptpad-toolbar {
padding: 0px;
display: inline-block;
}
#container {
display: flex;
flex: 1;
flex-flow: column;
padding: 20px;
align-items: center;
}