From 2eecdfb9de342afdcfbf2b45094e5c403addc5dc Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 24 Jan 2021 22:22:03 +0100 Subject: [PATCH] Trying to add the landscape media query to the config But this seems to be non-working, see https://github.com/pietervdvn/MapComplete/issues/200 --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index d11a3cc..a69e6c8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,6 +10,9 @@ module.exports = { '65vh': '65vh', '20vh': '20vh', }, + screens: { + 'landscape': { 'raw': '(max-height: 600px) and (min-width: 600px)' }, + }, }, }, variants: {