center hourly forecast
This commit is contained in:
parent
70aa6bd336
commit
16dd6299a9
|
@ -124,13 +124,13 @@
|
|||
text-shadow: 3px 3px 0 black, -1.5px -1.5px 0 black, 0 -1.5px 0 black, 1.5px -1.5px 0 black, 1.5px 0 0 black, 1.5px 1.5px 0 black, 0 1.5px 0 black, -1.5px 1.5px 0 black, -1.5px 0 0 black;
|
||||
}
|
||||
.weather-display .main.hourly.main .column-headers .temp {
|
||||
left: 370px;
|
||||
left: 345px;
|
||||
}
|
||||
.weather-display .main.hourly.main .column-headers .like {
|
||||
left: 450px;
|
||||
left: 425px;
|
||||
}
|
||||
.weather-display .main.hourly.main .column-headers .wind {
|
||||
left: 560px;
|
||||
left: 535px;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines {
|
||||
min-height: 338px;
|
||||
|
@ -154,22 +154,22 @@
|
|||
top: 8px;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines .hourly-row .hour {
|
||||
left: 50px;
|
||||
left: 25px;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines .hourly-row .icon {
|
||||
left: 280px;
|
||||
left: 255px;
|
||||
width: 70px;
|
||||
text-align: center;
|
||||
top: unset;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines .hourly-row .temp {
|
||||
left: 370px;
|
||||
left: 355px;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines .hourly-row .like {
|
||||
left: 450px;
|
||||
left: 425px;
|
||||
}
|
||||
.weather-display .main.hourly.main .hourly-lines .hourly-row .wind {
|
||||
left: 530px;
|
||||
left: 505px;
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
@ -29,15 +29,15 @@
|
|||
}
|
||||
|
||||
.temp {
|
||||
left: 370px;
|
||||
left: 345px;
|
||||
}
|
||||
|
||||
.like {
|
||||
left: 450px;
|
||||
left: 425px;
|
||||
}
|
||||
|
||||
.wind {
|
||||
left: 560px;
|
||||
left: 535px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,26 +66,26 @@
|
|||
}
|
||||
|
||||
.hour {
|
||||
left: 50px;
|
||||
left: 25px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
left: 280px;
|
||||
left: 255px;
|
||||
width: 70px;
|
||||
text-align: center;
|
||||
top: unset;
|
||||
}
|
||||
|
||||
.temp {
|
||||
left: 370px;
|
||||
left: 355px;
|
||||
}
|
||||
|
||||
.like {
|
||||
left: 450px;
|
||||
left: 425px;
|
||||
}
|
||||
|
||||
.wind {
|
||||
left: 530px;
|
||||
left: 505px;
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue