Adding about us page styling and images

This commit is contained in:
Moris Zen
2018-08-23 22:00:23 +02:00
parent 96b6375740
commit 29b668b2e1
11 changed files with 152 additions and 97 deletions

View File

@@ -7,7 +7,7 @@ import Button from './Button'
import './Header.css'
let menuClasses =
'no-underline mt-4 lg:inline-block opacity-80 text-black font-medium lg:mt-0 hover:opacity-100 uppercase mr-4'
'no-underline mt-4 lg:inline-block text-black-light font-medium lg:mt-0 hover:opacity-70 uppercase mr-4'
class Header extends Component {
render() {
@@ -43,7 +43,7 @@ class Header extends Component {
<Button
text="Contact"
standard
classes="rounded-full font-medium text-black hover:shadow"
classes="rounded-full font-medium text-black-light hover:shadow"
url="/contact"
/>
</ul>