Stylistic changes and new illustrations
This commit is contained in:
@@ -6,7 +6,7 @@ import Button from './Button'
|
||||
import './Header.css'
|
||||
|
||||
let menuClasses =
|
||||
'no-underline mt-4 lg:inline-block opacity-80 text-black lg:mt-0 hover:opacity-100 uppercase mr-4'
|
||||
'no-underline mt-4 lg:inline-block opacity-80 text-black font-medium lg:mt-0 hover:opacity-100 uppercase mr-4'
|
||||
|
||||
class Header extends Component {
|
||||
render() {
|
||||
@@ -29,7 +29,7 @@ class Header extends Component {
|
||||
</div>
|
||||
|
||||
<div className="hidden lg:visible w-full block flex-grow lg:flex lg:items-right lg:w-auto justify-end lg:flex-grow">
|
||||
<ul className="list-reset text-sm">
|
||||
<ul className="list-reset font- text-sm">
|
||||
{!isHome && (
|
||||
<Link to="/">
|
||||
<li className={menuClasses}>Home</li>
|
||||
@@ -48,7 +48,7 @@ class Header extends Component {
|
||||
<Button
|
||||
text="Contact"
|
||||
standard
|
||||
classes="rounded-full font-normal text-black hover:shadow"
|
||||
classes="rounded-full font-medium text-black hover:shadow"
|
||||
url="/contact"
|
||||
/>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user