Merge commit '9b13733205cf48354c86997c188063706657962a'

This commit is contained in:
Ardeman
2025-02-28 22:58:55 +08:00
11 changed files with 396 additions and 25 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const NewsDefaultLayout = (properties: PropsWithChildren) => {
<HeaderTop />
<HeaderMenu />
</header>
<div className="grid sm:mx-[50px] sm:my-[25px] sm:gap-y-[25px]">
<div className="sm:mx-[50px] sm:my-[25px] sm:grid sm:gap-y-[25px]">
<Banner />
{children}
</div>