added US AQI subtitle to cloud to make it obvious

This commit is contained in:
simon 2021-03-26 14:17:18 +07:00
parent 05a71389cd
commit 6a28abcc58
2 changed files with 5 additions and 0 deletions

View File

@ -163,6 +163,10 @@ a {
margin: 0;
}
.aqi_box p {
margin: 0;
}
/* weather styling */
.block_wrap {
margin-bottom: 40px;

View File

@ -26,6 +26,7 @@
<img src="/img/cloud.png" alt="cloud" class="col_filter">
<div class="aqi_box">
<h1 id="aqiValue"></h1>
<p id="aqi-label">US AQI</p>
<h2 id="aqiCategory"></h2>
</div>
</div>