Update header with hamburger, name, and page title; adjust alignment
This commit is contained in:
parent
8bb72b5d48
commit
b44c9c324a
|
|
@ -2,10 +2,10 @@
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
@click="isOpen = true"
|
@click="isOpen = true"
|
||||||
class="p-2 hover:bg-gray-100 rounded"
|
class="flex-shrink-0 hover:bg-gray-100 rounded mt-2"
|
||||||
aria-label="Open menu"
|
aria-label="Open menu"
|
||||||
>
|
>
|
||||||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="min-h-screen bg-white">
|
<div class="min-h-screen bg-white">
|
||||||
<header class="sticky top-0 bg-white z-40 border-b border-gray-200">
|
<header class="sticky top-0 bg-white z-40 border-b border-gray-200">
|
||||||
<div class="max-w-7xl mx-auto px-4 py-4 flex items-center gap-4">
|
<div class="max-w-7xl mx-auto px-4 py-2 flex items-center justify-between gap-4">
|
||||||
<Menu />
|
<Menu />
|
||||||
<h1 class="text-lg md:text-2xl whitespace-nowrap">
|
<h1 class="text-lg md:text-2xl whitespace-nowrap">
|
||||||
<NuxtLink to='/' class="hover:underline">michael winter</NuxtLink>
|
<NuxtLink to='/' class="hover:underline">michael winter</NuxtLink>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue