mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
Layout perfection
This commit is contained in:
+4
-1
@@ -8,10 +8,13 @@ module.exports = {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
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)'],
|
||||
},
|
||||
height: {
|
||||
content: ['calc(100vh - 144px)', 'calc(100svh - 144px)'],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user