summaryrefslogtreecommitdiff
path: root/src/components/home/ContactSection.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-28 09:02:38 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:46 +0200
commitf2de68252a5af08ba73213ae4ea545912ef04690 (patch)
tree7836560375942765bbf983be2aca133eb6002c11 /src/components/home/ContactSection.js
parent7aea29d0b22f7e5932c9b147611fe02373bb9645 (diff)
Complete homepage transfer
Diffstat (limited to 'src/components/home/ContactSection.js')
-rw-r--r--src/components/home/ContactSection.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/home/ContactSection.js b/src/components/home/ContactSection.js
index c8494c4d..1ec5e9c7 100644
--- a/src/components/home/ContactSection.js
+++ b/src/components/home/ContactSection.js
@@ -9,14 +9,14 @@ const ContactSection = () => (
<div className="row justify-content-center">
<div className="col-4">
<a href="https://github.com/atlarge-research/opendc">
- <FontAwesome name="github" size="3x"/>
+ <FontAwesome name="github" size="3x" className="mb-2"/>
<div className="w-100"/>
atlarge-research/opendc
</a>
</div>
<div className="col-4">
<Mailto title="Contact us" email="opendc@atlarge-research.com">
- <FontAwesome name="envelope" size="3x"/>
+ <FontAwesome name="envelope" size="3x" className="mb-2"/>
<div className="w-100"/>
opendc@atlarge-research.com
</Mailto>