summaryrefslogtreecommitdiff
path: root/src/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/partials/header.html')
-rw-r--r--src/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/header.html b/src/partials/header.html
index 7ca7ae2..5aed180 100644
--- a/src/partials/header.html
+++ b/src/partials/header.html
@@ -1,7 +1,7 @@
<header class="py-12 border-b border-zinc-200 flex flex-col gap-4 items-center">
<a href="/"><h1 class="capitalize font-medium text-2xl font-serif">анна, хватит!</h1></a>
<nav>
- <ul class="flex justify-center text-zinc-600 text-sm gap-4 flex-wrap">
+ <ul class="flex max-sm:px-5 flex-wrap justify-center text-zinc-600 text-sm gap-4 flex-wrap">
<li><a class="block first-letter:capitalize hover:underline" href="#">обо мне</a></li>
<li><a class="block first-letter:capitalize hover:underline" href="#">резюме</a></li>
<li><a class="block first-letter:capitalize hover:underline" href="#">гостевая книга</a></li>