From e62dfb280d3956cfd6b1358031bb4c7ef58242e9 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Wed, 13 Jul 2022 13:11:16 -0700 Subject: [PATCH] improve homepage in portrait layout with landscape background --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index d37d615..e73d867 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -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" )} >