mirror of
https://github.com/bendtherules/buildit-weather-app.git
synced 2026-08-19 00:31:16 +00:00
Add SingleDayForecast
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.WeatherApp {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.WeatherApp-header {
|
||||
background-color: #222;
|
||||
color: white;
|
||||
|
||||
width: 100%;
|
||||
height: 10vh;
|
||||
}
|
||||
|
||||
.WeatherApp-title {
|
||||
padding: 3.5vh 0;
|
||||
font-size: 3vh;
|
||||
}
|
||||
|
||||
.WeatherApp-body {
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
}
|
||||
Reference in New Issue
Block a user