re-center nav buttons
This commit is contained in:
parent
4e819976c7
commit
56e97bde7b
@ -35,7 +35,7 @@ const Nav = ({ ar, isClient }) => (
|
|||||||
<nav
|
<nav
|
||||||
className={classnames(
|
className={classnames(
|
||||||
ar > 1 || !isClient ? "landscape:w-screen" : "portrait:w-screen",
|
ar > 1 || !isClient ? "landscape:w-screen" : "portrait:w-screen",
|
||||||
"p-2"
|
"p-2 flex justify-center"
|
||||||
)}
|
)}
|
||||||
style={{ zIndex: 100 }}
|
style={{ zIndex: 100 }}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user