Stylistic changes and new illustrations
This commit is contained in:
@@ -51,7 +51,7 @@ class SideMenu extends Component {
|
||||
X
|
||||
</button>
|
||||
<Link to="/" className="side-close menu-home no-underline">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Home
|
||||
</li>
|
||||
</Link>
|
||||
@@ -59,22 +59,22 @@ class SideMenu extends Component {
|
||||
to="/services"
|
||||
className="side-close menu-services no-underline"
|
||||
>
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Services
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/about" className="side-close menu-about no-underline">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
About Us
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/blog" className="side-close menu-blog no-underline">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Blog
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/contact" className="side-close menu-contact no-underline">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 opacity-80 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Contact
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user