Design Changes and tweaks
This commit is contained in:
@@ -13,7 +13,7 @@ class Header extends Component {
|
||||
render() {
|
||||
return (
|
||||
<header className="bg-saburly-light-header">
|
||||
<nav className="container mx-auto flex items-center justify-between lg:p-6 p-4">
|
||||
<nav className="container border-saburly-header mx-auto flex items-center justify-between lg:p-6 p-4">
|
||||
<Link to="/">
|
||||
<div className="max-w-xs mr-8">
|
||||
<img
|
||||
|
||||
@@ -10,7 +10,7 @@ const PageIntro = ({ ...props }) => (
|
||||
props.reversed ? 'flex-col-reverse' : ''
|
||||
} p-4`}
|
||||
>
|
||||
<div className="text-center lg:text-left lg:mt-4">
|
||||
<div className="text-center lg:text-left">
|
||||
<SectionIntro
|
||||
intro={props.intro}
|
||||
classes={`lg:text-left lg:max-w-sm content-center ${
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
z-index: 0;
|
||||
display: none;
|
||||
background-color: #5640a6;
|
||||
background-color: #7444cf;
|
||||
}
|
||||
|
||||
.slideout-menu-left {
|
||||
|
||||
@@ -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-4 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 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-4 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 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-4 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 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-4 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 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-4 text-white">
|
||||
<li className="hover:bg-indigo hover:opacity-100 text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Contact
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user