Tweak the styling of the inner components to be max width

This commit is contained in:
Oliver-Akins 2022-01-04 12:29:01 -07:00
parent 81ea8e5f9d
commit eb9cbe48b6

View file

@ -162,6 +162,11 @@ function saveShipDesign() {
margin: 5px;
flex-direction: column;
> * {
text-align: center;
width: 100%;
}
@include medium {
width: 30%;
}