Update body min-height and body style flex

This commit is contained in:
Sat Naing
2022-09-11 15:23:49 +06:30
parent fe5c1b2388
commit b19fd5d986
+3 -1
View File
@@ -47,7 +47,9 @@ const { title } = Astro.props;
document.querySelector("html").className = theme;
</script>
</head>
<body class="font-mono bg-skin-fill text-skin-base">
<body
class="font-mono bg-skin-fill text-skin-base min-h-screen flex flex-col"
>
<slot />
</body>
</html>