diff --git a/landing/header.css b/landing/header.css --- a/landing/header.css +++ b/landing/header.css @@ -44,21 +44,15 @@ justify-content: flex-end; } -.social_icons { +.social_icons_container { grid-area: sIcons; display: flex; justify-self: flex-end; } -.github_icon { +.social_icon { padding-left: 14px; font-size: 20px; - grid-area: gIcon; -} - -.twitter_icon { - font-size: 20px; - grid-area: tIcon; } @media screen and (max-width: 1099px) { @@ -82,8 +76,7 @@ display: none; } - .github_icon, - .twitter_icon { + .social_icon { display: block; } } diff --git a/landing/header.react.js b/landing/header.react.js --- a/landing/header.react.js +++ b/landing/header.react.js @@ -1,6 +1,7 @@ // @flow import { faTwitter, faGithub } from '@fortawesome/free-brands-svg-icons'; +import { faExternalLinkAlt } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import * as React from 'react'; import { NavLink } from 'react-router-dom'; @@ -44,11 +45,14 @@
-
- +
+ + + + - +