Update made info tooltips available on mobile, flex-wrap for smaller screens

This commit is contained in:
2026-01-10 14:43:37 +00:00
parent 9235d9b9fb
commit 6f6e5d9696
6 changed files with 325 additions and 165 deletions

View File

@@ -102,10 +102,10 @@ const MedPlanAssistant = () => {
<div className="flex justify-between items-start">
<div>
<h1 className="text-3xl md:text-4xl font-bold tracking-tight">{t('appTitle')}</h1>
<p className="text-muted-foreground mt-1">{t('appSubtitle')}</p>
</div>
<LanguageSelector currentLanguage={currentLanguage} onLanguageChange={changeLanguage} t={t} />
</div>
<p className="text-muted-foreground mt-1">{t('appSubtitle')}</p>
</header>
<div className="grid grid-cols-1 xl:grid-cols-2 gap-6">