Sets the justify-content CSS property to space-around to make the spacing for the buttons consistent across all browsers
Motivation and Context
Previously, we were setting the justify-content property to space-evenly, which is supported by Firefox, but not Chrome or Safari, so there would be an inconsistency in how the buttons are placed.
Checklist:
[x] My code follows the code style of this project.
Description
Sets the
justify-content
CSS property tospace-around
to make the spacing for the buttons consistent across all browsersMotivation and Context
Previously, we were setting the
justify-content
property tospace-evenly
, which is supported by Firefox, but not Chrome or Safari, so there would be an inconsistency in how the buttons are placed.Checklist:
Browsers
Screenshots (if appropriate):
space-evenly
:space-around
: