improve homepage in portrait layout with landscape background

This commit is contained in:
2022-07-13 13:11:16 -07:00
parent b701dfb406
commit e62dfb280d

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