Update styling

This commit is contained in:
Ben Goldsworthy 2022-09-24 19:36:06 +00:00
parent 7793a01828
commit b56c82fd82
5 changed files with 99 additions and 50 deletions

View file

@ -18,8 +18,12 @@
<body>
<header>
<h1>No Trip in Progress at the Moment</h1>
<p><a href="/past-trips">Past trips</a></p>
<h1 class="page-title">No Trip in Progress at the Moment</h1>
<nav class="other-pages">
<ul>
<li><p><a href="/past-trips">Past trips</a></p></li>
</ul>
</nav>
</header>
</body>