mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-08-23 02:03:57 -07:00
update portrait layout calculator-react
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user