diff --git a/src/views/Landing/views/InstallBridge/index.js b/src/views/Landing/views/InstallBridge/index.js index d0f09895..fbcb86b9 100644 --- a/src/views/Landing/views/InstallBridge/index.js +++ b/src/views/Landing/views/InstallBridge/index.js @@ -90,13 +90,7 @@ const Download = styled.div` justify-content: center; `; -const DownloadBridgeButton = styled(Button)` - padding-top: 5px; - padding-bottom: 5px; - display: flex; - align-items: center; - margin-bottom: 5px; -`; +const DownloadBridgeButton = styled(Button)``; const GoBack = styled.span` color: ${colors.GREEN_PRIMARY}; @@ -174,8 +168,7 @@ class InstallBridge extends PureComponent { options={this.state.installers} /> - - + {
  • {entry}
  • ))} */} -

    +