diff options
Diffstat (limited to 'src/partials/header.html')
| -rw-r--r-- | src/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/header.html b/src/partials/header.html index 5be1296..bfc684f 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -1,5 +1,5 @@ <header class="py-12 border-b border-zinc-200 flex flex-col gap-4 items-center"> - <a href="/"><img width="96" height="96" src="/assets/icons/logo.svg" alt="logo letter M"></a> + <h1 class="capitalize font-medium text-2xl font-serif">анна, хватит!</h1> <nav> <ul class="flex justify-center text-zinc-600 text-sm gap-4 flex-wrap"> <li><a class="block first-letter:capitalize hover:underline" href="#">портфолио</a></li> |
