diff --git a/src/components/App.js b/src/components/App.js index df435f23..b0415f4d 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -28,7 +28,7 @@ const App = ({ children, path, version, breadcrumbs }) => { @@ -60,7 +60,7 @@ const App = ({ children, path, version, breadcrumbs }) => { diff --git a/src/components/App.scss b/src/components/App.scss index a3b2c922..defa2c07 100644 --- a/src/components/App.scss +++ b/src/components/App.scss @@ -170,7 +170,7 @@ code { .github { display: inline-block; padding: 10px; - margin: 10px; + margin: 45px 10px 10px; border-radius: 5px; border: 1px solid #ccc; background: white; diff --git a/src/components/Home.js b/src/components/Home.js index 68ff9593..f282e56a 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -34,7 +34,7 @@ const Home = ({ version }) => { . { large /> { props[ 'data-size' ] = 'large' } return ( - + Follow @{username} ) diff --git a/src/components/TwitterFollowButton.scss b/src/components/TwitterFollowButton.scss new file mode 100644 index 00000000..6f57b805 --- /dev/null +++ b/src/components/TwitterFollowButton.scss @@ -0,0 +1,8 @@ +@import "./constants"; + +.twitter-follow-button, +.twitterFollowButton { + & a:not(:last_child) { + margin-right: 10px; + } +} \ No newline at end of file