Prettify all files

This commit is contained in:
Timothy Armes
2023-07-17 11:49:07 +02:00
parent 95118b32e2
commit d3afc1d1f4
34 changed files with 152 additions and 135 deletions
+4 -4
View File
@@ -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: [],
};