Updated the button alignment and size to 327px acc to the mock
This commit is contained in:
sheena 2023-09-21 13:48:55 +05:30
parent f1a5d0f0b4
commit ab8de77033

View file

@ -130,9 +130,9 @@ export default {
} }
.large-button { .large-button {
justify-content: center; justify-content: center;
width: 100%;
.btn-primary { .btn-primary {
width: 100%; width: 327px;
justify-content: center;
} }
} }
} }