@lauriejeffersonSubmitted over 1 year ago
What feedback do you have about the design? What improvements can be made on the components?
What feedback do you have about the design? What improvements can be made on the components?
You could maybe use a flex row, justify content space between for the buttons' container to align the last button to the end of the container.
.btn-group{ display: flex; flex-direction: row; justify-content: space-between; width: 100%; }