fix horizontal portrait layout
This commit is contained in:
parent
7c9eba5101
commit
1a4343b6b6
@ -127,10 +127,10 @@ const IndexPage = ({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"landscape:flex-auto flex flex-col items-center justify-between w-screen",
|
"landscape:flex-auto flex flex-col items-center justify-between",
|
||||||
imageIsLandscape
|
imageIsLandscape
|
||||||
? "portrait:items-center"
|
? "portrait:items-center landscape:w-screen"
|
||||||
: "landscape:justify-center"
|
: "landscape:justify-center portrait:w-screen"
|
||||||
)}
|
)}
|
||||||
style={{ gridArea: "1/1" }}
|
style={{ gridArea: "1/1" }}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user