mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix mobile display (#77)
This commit is contained in:
+8
-1
@@ -6,6 +6,13 @@ module.exports = {
|
||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
theme: {},
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
// We use 100svh, falling back to vh for old browsers
|
||||
screen: ['100vh', '100svh'],
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user