Add margin top to input type submit

This commit is contained in:
Yohan Boniface 2019-04-13 11:05:30 +02:00
parent d2cb557f8a
commit f81b303b56

View file

@ -189,6 +189,9 @@ input[type=submit] {
transition: all .2s ease; transition: all .2s ease;
cursor: pointer; cursor: pointer;
} }
input[type=submit] {
margin-top: 5px;
}
.button:hover { .button:hover {
color: #fff; color: #fff;