fix portrait images

This commit is contained in:
Chuck Dries 2021-07-16 22:54:34 -07:00
parent 25698a08e2
commit d83ee37c0c

View File

@ -202,8 +202,8 @@ const IndexPage = ({
>
<nav
className={classnames(
// ar > 1 || !isClient ? "landscape:w-screen" : "portrait:w-screen"
"w-screen p-2 flex justify-center"
ar > 1 || !isClient ? "landscape:w-screen" : "portrait:w-screen",
"p-2 flex justify-center"
)}
style={{ zIndex: 100 }}
>