Tweak the styling of the inner components to be max width
This commit is contained in:
parent
81ea8e5f9d
commit
eb9cbe48b6
1 changed files with 5 additions and 0 deletions
|
|
@ -162,6 +162,11 @@ function saveShipDesign() {
|
|||
margin: 5px;
|
||||
flex-direction: column;
|
||||
|
||||
> * {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@include medium {
|
||||
width: 30%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue