From 8fc978fadbecbcc33a437621e9b287456f99e992 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 12 Jul 2021 18:45:37 -0700 Subject: [PATCH] tie font size to screen width --- src/pages/index.js | 7 ++++--- tailwind.config.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 305abdd..570a365 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -112,7 +112,8 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { className={classnames('flex flex-col items-center justify-between', ar > 1 || !isClient ? 'portrait:items-center' : 'landscape:justify-center')} style={{gridArea: '1/1'}} > -