fix centering in buttons
This commit is contained in:
parent
c0eb0011f0
commit
7abe7d6fe3
|
@ -474,6 +474,7 @@ input[type=submit],
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover,
|
button:hover,
|
||||||
|
|
Loading…
Reference in New Issue