Merge pull request #296 from timlrx/fix/mobile-alignment
fix: add padding to align menu and theme button
This commit is contained in:
		| @@ -21,7 +21,7 @@ const MobileNav = () => { | ||||
|     <div className="sm:hidden"> | ||||
|       <button | ||||
|         type="button" | ||||
|         className="w-8 h-8 ml-1 mr-1 rounded" | ||||
|         className="w-8 h-8 py-1 ml-1 mr-1 rounded" | ||||
|         aria-label="Toggle Menu" | ||||
|         onClick={onToggleNav} | ||||
|       > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user