moved icons

This commit is contained in:
2026-06-29 20:28:33 -05:00
parent a2a0335b7d
commit e0a82b945f
+1 -1
View File
@@ -51,7 +51,7 @@ export default function HomePage() {
return ( return (
<main style={{ minHeight: 'calc(100vh - 56px)', background: navy, color: cream }}> <main style={{ minHeight: 'calc(100vh - 56px)', background: navy, color: cream }}>
<LanguageSwitcher /> <LanguageSwitcher />
<div style={{ position: 'absolute', top: '1rem', right: '1rem', zIndex: 10 }}> <div style={{ position: 'absolute', top: '4rem', right: '1rem', zIndex: 10 }}>
<WeatherWidget /> <WeatherWidget />
</div> </div>