Layout perfection

This commit is contained in:
Timothy Armes
2023-07-07 12:03:39 +02:00
parent b4c418a00d
commit 16a4985cca
5 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -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)'],
}
}
},