fix(front) Добавлен бургер меню , изменена верстка

This commit is contained in:
2026-06-10 11:30:38 +03:00
parent 21f7e75a63
commit 5fed1bd16d
6 changed files with 175 additions and 54 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default function HeaderDesktop() {
return (
<header className="w-full h-27.5 px-16 flex items-center justify-between ">
<button
className="flex flex-col items-center gap-2 text-lg tracking-widest text-gold"
className="flex flex-col items-center text-lg tracking-widest text-gold"
onClick={() => navigate("/")}
>
<img src={siteLogo} alt="Лого" className="w-12 h-12 object-contain" />