Fix display when font-size increased

This commit is contained in:
Timothy Armes
2023-07-20 11:56:35 +02:00
parent 6cd1df40aa
commit e76f451dbe
5 changed files with 82 additions and 76 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ 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 - 9rem)", "calc(100svh - 9rem)"],
},
height: {
content: ["calc(100vh - 144px)", "calc(100svh - 144px)"],
content: ["calc(100vh - 9rem)", "calc(100svh - 9rem)"],
},
},
},