Style changes
This commit is contained in:
@@ -57,12 +57,12 @@ class SideMenu extends Component {
|
||||
</Link>
|
||||
<Link to="/services" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
What We Do
|
||||
Services
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/about" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
Team
|
||||
About Us
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/blog" className="no-underline">
|
||||
@@ -70,6 +70,11 @@ class SideMenu extends Component {
|
||||
Blog
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/contact" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
Contact
|
||||
</li>
|
||||
</Link>
|
||||
</ul>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user