diff --git a/src/components/About.js b/src/components/About.js index f0d1121..1fb5ea4 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -43,9 +43,9 @@ class About extends React.Component { social media below, just click the image and it'll bring you to the selected website. - - You can access a list of github repositories that I've created directly on this site. - + +

You can access a list of github repositories that I've created directly on this site.

+ Learn More
@@ -58,18 +58,18 @@ class About extends React.Component {
- + Github - + LinkedIn Hacker Rank - + Hack The Box diff --git a/src/components/css/About.css b/src/components/css/About.css index eec3836..271b20d 100644 --- a/src/components/css/About.css +++ b/src/components/css/About.css @@ -12,7 +12,7 @@ } .About .title { - margin-top: 2rem; + margin-top: 4rem; color: #BF8D8C !important; font-size: 48px; } @@ -46,6 +46,16 @@ margin: 10px; } +.About .link.bg-white { + background-color: white; + border-radius: 5px; + display:flex; + height: 10rem; + align-items: center; + justify-content: center; +} + + @media only screen and (max-width: 600px) { .About .links .link img { width: 25vw;