improve homepage in portrait layout with landscape background
This commit is contained in:
parent
b701dfb406
commit
e62dfb280d
@ -121,7 +121,7 @@ const IndexPage = ({
|
||||
className={classnames(
|
||||
"font-serif",
|
||||
imageIsLandscape
|
||||
? "landscape:grid portrait:h-actual-screen portrait:flex flex-col justify-center"
|
||||
? "landscape:grid portrait:h-actual-screen portrait:flex flex-col justify-around"
|
||||
: "portrait:grid landscape:flex flex-row"
|
||||
)}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user