Adding about us page styling and images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user