Add weather forecast widget below the horoscope widget
Adjusts the layout in client/src/pages/home.tsx to nest the HoroscopeWidget and WeatherWidget within a flex column, and removes the standalone WeatherWidget from the NewsWidget section. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 99eea131-c9b1-4841-8a9d-87b48696f66f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/0ZGabQy Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
fd7ecad753
commit
0da90eb08a
@ -399,7 +399,10 @@ export default function Home() {
|
||||
<MediumCard key={a.id} article={a} focalPoints={focalPoints} />
|
||||
))}
|
||||
<RecipeWidget />
|
||||
<HoroscopeWidget />
|
||||
<div className="flex flex-col gap-4">
|
||||
<HoroscopeWidget />
|
||||
<WeatherWidget />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
||||
@ -409,16 +412,6 @@ export default function Home() {
|
||||
<PhotoGalleryWidget />
|
||||
<div className="flex flex-col gap-4">
|
||||
<NewsWidget />
|
||||
<WeatherWidget />
|
||||
<div className="bg-card rounded-lg border border-card-border overflow-hidden">
|
||||
<AdSense
|
||||
slot="auto"
|
||||
format="fluid"
|
||||
layoutKey="-6t+ed+2i-1n-4w"
|
||||
style={{ display: "block" }}
|
||||
className="w-full min-h-[100px]"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user