improve homepage in portrait layout with landscape background

This commit is contained in:
Chuck Dries 2022-07-13 13:11:16 -07:00
parent b701dfb406
commit e62dfb280d
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -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"
)}
>