去除主体页面最小边框限制,去除页面多余边距导致内容过窄页面换行变形的问题

This commit is contained in:
柳清爽
2025-04-02 09:45:04 +08:00
parent ad5fbd880a
commit ae18368a17
4 changed files with 16 additions and 16 deletions

View File

@@ -28,8 +28,4 @@ export default function RootLayout({
</body>
</html>
)
}
import './globals.css'
}