Restructuring components and styling

This commit is contained in:
Moris Zen
2018-07-06 17:33:36 +02:00
parent 416017807a
commit 6469d1bcfa
8 changed files with 71 additions and 62 deletions

View File

@@ -50,22 +50,22 @@ class SideMenu extends Component {
>
X
</button>
<Link to="/">
<Link to="/" className="no-underline">
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
Home
</li>
</Link>
<Link to="/services">
<Link to="/services" className="no-underline">
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
What We Do
</li>
</Link>
<Link to="/about">
<Link to="/about" className="no-underline">
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
Team
</li>
</Link>
<Link to="/blog">
<Link to="/blog" className="no-underline">
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
Blog
</li>