mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
Prettify all files
This commit is contained in:
+4
-4
@@ -11,12 +11,12 @@ module.exports = {
|
||||
minHeight: {
|
||||
// We use 100svh, falling back to vh for old browsers
|
||||
// The 144px is for the header and footer
|
||||
content: ['calc(100vh - 144px)', 'calc(100svh - 144px)'],
|
||||
content: ["calc(100vh - 144px)", "calc(100svh - 144px)"],
|
||||
},
|
||||
height: {
|
||||
content: ['calc(100vh - 144px)', 'calc(100svh - 144px)'],
|
||||
}
|
||||
}
|
||||
content: ["calc(100vh - 144px)", "calc(100svh - 144px)"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user