Responsive updates.

This commit is contained in:
Mike Cao
2025-10-09 17:14:09 -07:00
parent e4ce7c9071
commit 8aa4192576
14 changed files with 976 additions and 917 deletions

View File

@@ -44,7 +44,7 @@ export function RealtimePage({ websiteId }: { websiteId: string }) {
<Panel>
<RealtimeCountries data={countries} />
</Panel>
<Panel gridColumn="span 2" noPadding>
<Panel gridColumn="span 2" padding="0">
<WorldMap data={countries} />
</Panel>
</GridRow>