updates
This commit is contained in:
@@ -61,7 +61,7 @@ const GeneralHeader = (): React.ReactElement => {
|
||||
<a
|
||||
href="/"
|
||||
data-href="/"
|
||||
className="logo-link-block"
|
||||
className="logo-link-block scale-90 sm:scale-100"
|
||||
>
|
||||
<Image
|
||||
src="/images/logo-white.svg"
|
||||
@@ -74,7 +74,7 @@ const GeneralHeader = (): React.ReactElement => {
|
||||
<HeaderNav />
|
||||
|
||||
<button
|
||||
className="p-2 w-14 h-14 rounded-full flex flex-col items-center justify-center gap-2 hover:bg-[white]/90 xl:hidden fixed right-10 z-10 -rotate-45"
|
||||
className="p-2 w-14 h-14 rounded-full flex flex-col items-center justify-center gap-2 hover:bg-[white]/90 xl:hidden fixed top-[35px] right-10 z-10 -rotate-45"
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
setMobileNavOpen(!mobileNavOpen);
|
||||
|
||||
Reference in New Issue
Block a user