fix: add additional space to Wind section
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<span>Wind</span>
|
||||
<span>{{ Math.round(this.currentWeather.wind.speed) }}mph</span>
|
||||
<span>{{ Math.round(this.currentWeather.wind.speed) }} mph</span>
|
||||
</div>
|
||||
<div>
|
||||
<span>Pressure</span>
|
||||
|
||||
Reference in New Issue
Block a user