fix portrait images
This commit is contained in:
parent
25698a08e2
commit
d83ee37c0c
@ -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 }}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user