Stylistic changes for responsiveness
This commit is contained in:
@@ -4,14 +4,14 @@ import SaburlyLogo from "../images/Saburly-Logo.svg"
|
||||
|
||||
const Header = () => (
|
||||
<header>
|
||||
<nav className="flex items-center justify-between flex-wrap p-6">
|
||||
<nav className="flex items-center justify-between flex-wrap lg:p-6">
|
||||
<div class="flex items-center flex-no-shrink text-white mr-6">
|
||||
<Link to="/">
|
||||
<img src={SaburlyLogo} alt='Saburly Logo' style={{ maxWidth: '300px' }} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
<div className="sm:invisible lg:visible w-full block flex-grow lg:flex lg:items-center lg:w-auto">
|
||||
<div className="hidden lg:visible w-full block flex-grow lg:flex lg:items-center lg:w-auto">
|
||||
<ul className="flex text-sm justify-center lg:flex-grow">
|
||||
<Link to="/services">
|
||||
<li className="no-underline block mt-4 lg:inline-block lg:mt-0 text-grey-darkest hover:text-teal uppercase mr-4">What We Do
|
||||
@@ -26,6 +26,7 @@ const Header = () => (
|
||||
</li>
|
||||
</Link>
|
||||
</ul>
|
||||
|
||||
<Link to="/contact" className="no-underline inline-block text-sm px-4 py-2 leading-none border rounded text-grey-darkest border-teal-darkest hover:border-teal hover:text-white hover:bg-teal mt-4 lg:mt-0 uppercase mr-3 rounded-full">Contact</Link>
|
||||
|
||||
<Link to="/proposal" className="no-underline inline-block text-sm px-4 py-2 leading-none border rounded text-grey-lightest border-grey-darkest hover:border-transparent hover:text-white hover:bg-white mt-4 lg:mt-0 uppercase bg-grey-darkest hover:bg-teal rounded-full ">Get a free proposal</Link>
|
||||
|
||||
Reference in New Issue
Block a user