mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
Update body min-height and body style flex
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user