improved responsiveness

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