update portrait layout calculator-react

This commit is contained in:
2020-06-14 21:07:32 -07:00
parent 3c69f04e28
commit 0141162d14
8 changed files with 14 additions and 13 deletions

View File

@@ -86,6 +86,7 @@ class Calculator extends React.Component {
style['marginRight'] = '89px';
} else if (height > width) {
style['height'] = '75vh';
style['minHeight'] = 481;
style['width'] = '100vw';
style['marginTop'] = '12vh';
style['marginBottom'] = 'unset';