feat(checkout): adjust button styles and layout for improved usability

This commit is contained in:
2026-07-03 12:03:57 -03:00
parent 37d94159aa
commit 0a2d999c00
3 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,9 @@
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
flex: 0 1 190px;
width: 100%;
max-width: 190px;
position: relative;
}