minor fix

This commit is contained in:
daniel31x13
2024-01-17 10:25:24 -05:00
parent 23f4142414
commit f35bc7b9fd
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function MainLayout({ children }: Props) {
</div>
<div
className={`w-full pb-40 flex flex-col min-h-${
className={`w-full sm:pb-0 pb-40 flex flex-col min-h-${
showAnnouncement ? "full" : "screen"
} lg:ml-80 ${showAnnouncement ? "mt-10" : ""}`}
>