improve sidebar and navbar

This commit is contained in:
João Geonizeli
2021-08-13 11:20:18 -03:00
parent 34f5fc2752
commit ca27501b79
2 changed files with 19 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ export const Navbar = () => {
return (
<nav className="w-full h-16 flex bg-white shadow items-center px-4 space-x-2 z-50">
<button
className="w-10 h-10 xl:hidden"
className="w-12 md:w-10 h-12 md:h-10 xl:hidden fixed md:relative bottom-8 md:bottom-auto right-8 md:right-auto bg-white rounded-full p-3 md:p-0 shadow md:shadow-none"
onClick={() => handleExpandSideNav()}
>
<svg