Design Changes and tweaks

This commit is contained in:
Moris Zen
2018-08-23 14:18:31 +02:00
parent 8f1e279723
commit 2df21e68ea
7 changed files with 21 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ const ContactPage = () => (
<div className="font-normal text-xl mb-2">
Saburly Office in Sarajevo
</div>
<p className="md:flex text-left justify-around text-grey-darker text-base">
<div className="md:flex text-left justify-around text-grey-darker text-base">
<div>
<h4>Adress</h4>
Saburly d.o.o <br />
@@ -54,7 +54,7 @@ const ContactPage = () => (
bosnia@saburly.com
</a>{' '}
</div>
</p>
</div>
</div>
</div>
</div>
@@ -65,7 +65,7 @@ const ContactPage = () => (
<div className="font-normal text-xl mb-2">
Saburly Office in Stockholm
</div>
<p className="md:flex text-left justify-around text-grey-darker text-base">
<div className="md:flex text-left justify-around text-grey-darker text-base">
<div>
<h4>Adress</h4>
Saburly AB <br />
@@ -91,7 +91,7 @@ const ContactPage = () => (
sweden@saburly.com
</a>{' '}
</div>
</p>
</div>
</div>
</div>
</div>