Skip to content

Commit

Permalink
docNavbar: add x padding to match index page (appsody#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleah authored Jun 26, 2019
1 parent fb19cf9 commit 3e383ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/docNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import appsodyLogo from "../images/appsody_logo.svg";

const DocNavBar = () => (

<nav id="main-nav" className="navbar navbar-expand navbar-light fixed-top">
<nav id="main-nav" className="navbar navbar-expand navbar-light fixed-top px-md-5">
<Link className="navbar-brand" to="/">
<img src={ appsodyLogo } width="30" height="30" className="d-inline-block align-top mr-md-4" alt="Appsody Logo"></img>
</Link>
Expand Down

0 comments on commit 3e383ab

Please sign in to comment.