Skip to content

Commit

Permalink
final touches styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaAramburu committed Jan 25, 2023
1 parent 88ccd7f commit 17c149e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "barscapes",
"version": "0.1.0",
"private": true,
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
8 changes: 4 additions & 4 deletions client/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Header() {

<nav class="flex items-center justify-between flex-wrap bg-black p-6">
<br></br>
<div class="flex items-center flex-shrink-0 text-white p-4">
<div class="flex items-center flex-shrink-0 text-white md:font-serif p-4">
<svg class="fill-current h-8 w-8 mr-2" width="54" height="54" viewBox="0 0 54 54" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 22.1c1.8-7.2 6.3-10.8 13.5-10.8 10.8 0 12.15 8.1 17.55 9.45 3.6.9 6.75-.45 9.45-4.05-1.8 7.2-6.3 10.8-13.5 10.8-10.8 0-12.15-8.1-17.55-9.45-3.6-.9-6.75.45-9.45 4.05zM0 38.3c1.8-7.2 6.3-10.8 13.5-10.8 10.8 0 12.15 8.1 17.55 9.45 3.6.9 6.75-.45 9.45-4.05-1.8 7.2-6.3 10.8-13.5 10.8-10.8 0-12.15-8.1-17.55-9.45-3.6-.9-6.75.45-9.45 4.05z"/></svg>
<span class="font-semibold text-xl tracking-tight"><Link to="/">BarScapes</Link></span>
</div>
Expand All @@ -23,15 +23,15 @@ export default function Header() {
<div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto">

<div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0"><Link to="/pages/create-account">Create-Account</Link></div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-black border-black hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0 bg-yellow-100 divide-black "><Link to="/pages/create-account">Create-Account</Link></div>
</div>

<div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0"><Link to="/pages/comment">Comment</Link></div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-black border-black hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0 bg-yellow-100 outline-black "><Link to="/pages/comment">Comment</Link></div>
</div>

<div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0"><Link to="/pages/login">Login</Link></div>
<div class="inline-block text-sm px-4 py-2 leading-none border rounded text-black border-black hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0 bg-yellow-100 outline-black"><Link to="/pages/login">Login</Link></div>
</div>

</div>
Expand Down

0 comments on commit 17c149e

Please sign in to comment.