Generator button should not have margin.

This commit is contained in:
2020-01-22 17:40:12 +01:00
parent 6d01f6e61c
commit f103547e6b

View File

@@ -305,6 +305,7 @@ button {
background: #b7debd;
color: #333;
padding: 10px 30px;
margin: 0;
width: fit-content;
font-size: 1.3rem;
display: block;