Fix spacing in mobile.

This commit is contained in:
Alessandro Jean 2019-09-24 20:15:03 -03:00
parent c19cef1579
commit 1dbcd5f915

View File

@ -216,6 +216,13 @@ export default {
max-width: 100%;
padding: 0 2.5rem;
}
.hero {
.action-button + .action-button {
margin-left: 0;
margin-top: 0.5rem;
}
}
}
}