feat(MED-105): update analysis results page

This commit is contained in:
2025-08-11 09:21:06 +03:00
parent aba4596edd
commit 49fc75b17b
13 changed files with 147 additions and 87 deletions

View File

@@ -42,7 +42,7 @@ function PageWithSidebar(props: PageProps) {
>
{MobileNavigation}
<div className={'bg-background flex flex-1 flex-col px-4 lg:px-0'}>
<div className={'bg-background flex flex-1 flex-col px-4 lg:px-0 pb-8'}>
{Children}
</div>
</div>