From 77095ced567ab616488b43e5094218f55bb8e56f Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 23 Sep 2019 19:51:04 +0200 Subject: [PATCH] fix: height of the background on profiles --- client/tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tailwind.config.js b/client/tailwind.config.js index 9d39f98..f1e5ea9 100644 --- a/client/tailwind.config.js +++ b/client/tailwind.config.js @@ -283,6 +283,7 @@ module.exports = { ...theme('spacing'), full: '100%', screen: '100vh', + '200': '50rem', }), inset: { '0': '0',