Update styling
This commit is contained in:
parent
7793a01828
commit
b56c82fd82
5 changed files with 99 additions and 50 deletions
|
@ -18,11 +18,15 @@
|
|||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Past Trips</h1>
|
||||
<p><a href="/">Current trip</a></p>
|
||||
<h1 class="page-title">Past Trips</h1>
|
||||
<nav class="other-links">
|
||||
<ul>
|
||||
<li><p><a href="/">Current trip</a></p></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main id="routeContainer">
|
||||
<main class="main--list">
|
||||
<ul>
|
||||
<li><a href="/past-trip/47xj8go928ql9mq3r20p">Europespedition III: Leds Free or Die Hard</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue