Simplify the Travel Forecast screen
Some checks are pending
build-docker / Build Image (push) Waiting to run
Some checks are pending
build-docker / Build Image (push) Waiting to run
This commit is contained in:
parent
e24ce39c69
commit
536936f65f
2 changed files with 2 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<%- include('header.ejs', {titleDual: {top: 'Travel Forecast', bottom: 'For '} , hasTime: true }) %>
|
||||
<%- include('header.ejs', {title:'Travel Forecast', hasTime: true}) %>
|
||||
<div class="main has-scroll travel">
|
||||
<div class="column-headers">
|
||||
<div class="temp low">LOW</div>
|
||||
|
|
@ -12,4 +12,4 @@
|
|||
<div class="temp high"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue