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:
parent
397a4414f3
commit
2eecdfb9de
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ module.exports = {
|
||||||
'65vh': '65vh',
|
'65vh': '65vh',
|
||||||
'20vh': '20vh',
|
'20vh': '20vh',
|
||||||
},
|
},
|
||||||
|
screens: {
|
||||||
|
'landscape': { 'raw': '(max-height: 600px) and (min-width: 600px)' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
|
|
Loading…
Reference in a new issue