Merge pull request #296 from timlrx/fix/mobile-alignment

fix: add padding to align menu and theme button
This commit is contained in:
Timothy 2021-12-15 18:21:15 +08:00 committed by GitHub
commit d96bc30bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
>