Bug fixes here and there

This commit is contained in:
Remy Moll
2021-10-31 06:36:22 +01:00
parent d44761170d
commit c1e3685986
16 changed files with 532 additions and 212 deletions

View File

@@ -20,9 +20,15 @@
</div>
</div>
<div class="card-body">
<h5 class="card-title">The weather today is:</h5>
<!-- <div class="d-flex justify-content-between align-items-center"> -->
<h5 class="card-title text-center">Today's weather {{ context.weather_string }} <span class="badge bg-light">{{ context.weather_emoji }}</span></h5>
</div>
<!-- <p class="card-text">We .</p> -->
</div>
</div>
<h1 class="display-4">Recommended for you:</h1>
<div class="list"></div>
</div>
</div>