From 66c5a1d58192d8145f301a07fbdd98fbdaac952a Mon Sep 17 00:00:00 2001 From: Hannes Klinckaert Date: Fri, 20 Sep 2019 17:02:04 +0200 Subject: [PATCH] css changes --- watcher/static/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watcher/static/index.css b/watcher/static/index.css index 9d31921..273044f 100644 --- a/watcher/static/index.css +++ b/watcher/static/index.css @@ -31,6 +31,8 @@ h1 { .item { margin: 10px; padding: 5px; + padding-left: 12px; + padding-right: 12; height: 5%; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px;