From f81b303b5698101500e54d1ac9302fbaa02b9c9e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 13 Apr 2019 11:05:30 +0200 Subject: [PATCH] Add margin top to input type submit --- copanier/static/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copanier/static/app.css b/copanier/static/app.css index 1a682ba..f141c90 100644 --- a/copanier/static/app.css +++ b/copanier/static/app.css @@ -189,6 +189,9 @@ input[type=submit] { transition: all .2s ease; cursor: pointer; } +input[type=submit] { + margin-top: 5px; +} .button:hover { color: #fff;