fix horizontal portrait layout
This commit is contained in:
		| @@ -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" }} | ||||||
|         > |         > | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user