Skip to content

Commit

Permalink
style: centerize the header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Apr 16, 2024
1 parent 29ad565 commit 9aa7276
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home() {
<main>
<div className="container">
<nav className="navbar has-background-white-ter" role="navigation" aria-label="main navigation">
<div className="navbar-brand">
<div className="navbar-brand is-fullwidth is-flex is-justify-content-center">
<a className="navbar-item">
<Image
src="/logo-transparent.svg"
Expand All @@ -15,27 +15,20 @@ export default function Home() {
alt="logo of manifest"
/>
</a>

<a role="button" className="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div className="navbar-menu has-text-weight-bold">
<div className="navbar-menu has-text-weight-bold is-hidden">
<div className="navbar-end">
<a className="navbar-item is-hidden" href="https://docs.case.app" target="_blank">
Documentation
</a>
<a className="navbar-item" href="https://discord.gg/FepAked3W7" target="_blank">
<a className="navbar-item is-hidden" href="https://discord.gg/FepAked3W7" target="_blank">
Discord
</a>
<a className="navbar-item is-hidden" href="https://github.com/casejs/CASE" target="_blank">
Github
</a>
<div className="navbar-item is-hidden">
<div className="navbar-item">
<div className="buttons">
<a className="button is-small is-dark" href="https://github.com/casejs/CASE" target="_blank">
<strong>Github</strong>
Expand Down

0 comments on commit 9aa7276

Please sign in to comment.