Shrink movement profile

This commit is contained in:
Cmdr McDonald
2017-03-19 08:49:38 +00:00
parent fcb8980a38
commit 0ff95ed1f1
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ export default class OutfittingSubpages extends TranslatedComponent {
<div className='group third'>
<h1>{translate('movement profile')}</h1>
<Movement marker={movementMarker} ship={ship} boost={boost} eng={eng} cargo={cargo} fuel={fuel}/>
<Movement marker={movementMarker} ship={ship} boost={boost} eng={eng} cargo={cargo} fuel={fuel} />
</div>
<div className='group half'>

View File

@@ -1,8 +1,8 @@
#movement {
svg {
width: 100%;
height: 100%;
width: 75%;
height: 75%;
stroke: @primary-disabled;
fill: @primary-disabled;