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
This commit is contained in:
Tobias 2021-01-24 22:22:03 +01:00
parent 397a4414f3
commit 2eecdfb9de

View file

@ -10,6 +10,9 @@ module.exports = {
'65vh': '65vh',
'20vh': '20vh',
},
screens: {
'landscape': { 'raw': '(max-height: 600px) and (min-width: 600px)' },
},
},
},
variants: {