This commit is contained in:
Juthatip McDevitt 2024-03-21 21:30:43 -05:00
parent ef855ea8f6
commit 52041ce92d
2 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,9 @@
import Navbar from "./components/Navbar";
import AirPollution from "./components/airPollution/AirPollution";
import DailyForecast from "./components/daily_forcast/DailyForecast";
import DailyForcast from "./components/daily_forcast/DailyForecast";
import Sunset from "./components/sunset/Sunset";
import Temperature from "./components/temp/Temperature";
import UVI from "./components/uvIndex/UVI";
import Wind from "./components/wind/Wind";
@ -19,7 +20,8 @@ export default function Home() {
<AirPollution/>
<Sunset/>
<Wind/>
<DailyForecast/>
<DailyForcast/>
<UVI/>
</div>
</div>
</div>

View file

@ -15,7 +15,7 @@ const config = {
padding: "2rem",
screens: {
"sm-2": "580px",
"md-2": "1200px",
"md-2": "1100px",
"2xl": "1400px",
},
},