App: restyle main buttons

This commit is contained in:
rektdeckard
2020-08-11 13:42:03 -04:00
parent d924ab8fc9
commit c9ea3a5e25

View File

@@ -41,13 +41,13 @@ button {
border: none; border: none;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: flex-start;
} }
button.main-button { button.main-button {
height: 64px; height: 64px;
width: 240px; margin: 16px 24px 0 0;
margin: 0 24px 0 0; padding: 0 48px 0 40px;
background-color: white; background-color: white;
border-radius: 8px; border-radius: 8px;
font-family: "Manrope"; font-family: "Manrope";