Browse Source

fix(logo): fix logo margin

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
b1c83fa548
  1. 1
      app/components/Nav/Nav.js
  2. 1
      app/components/Nav/Nav.scss

1
app/components/Nav/Nav.js

@ -14,7 +14,6 @@ const Nav = ({ ticker, balance, setCurrency, currentTicker, openPayForm, openReq
<div className={styles.logo}>
<ReactSVG path='../resources/zap_2.svg' />
</div>
<ul className={styles.links}>
<li>
<NavLink exact to='/' activeClassName={styles.active} className={styles.link}>

1
app/components/Nav/Nav.scss

@ -49,6 +49,7 @@
.logo {
text-align: center;
margin-top: 20px;
margin-bottom: 50%;
svg {

Loading…
Cancel
Save