From 180e643af941f150a1ce7dde3a8b0177f0872c6c Mon Sep 17 00:00:00 2001 From: Nicolas Lemoine Date: Mon, 24 Jul 2017 16:29:39 +0300 Subject: [PATCH] Style of Todo App --- www/todo/todo.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/todo/todo.less b/www/todo/todo.less index 08996a160..605be07a2 100644 --- a/www/todo/todo.less +++ b/www/todo/todo.less @@ -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; } \ No newline at end of file