mirror of
https://github.com/derf/travelynx
synced 2024-11-10 23:14:16 +00:00
footer: move "travelynx" link to the left
This commit is contained in:
parent
84afb1bc2c
commit
f9b25a56b3
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
<div class="row" style="margin-top: 5em;">
|
<div class="row" style="margin-top: 5em;">
|
||||||
<div class="col s12 center-align grey-text">
|
<div class="col s12 center-align grey-text">
|
||||||
|
<a href="/about">travelynx</a> v<%= $version // '???' %>
|
||||||
|
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
|
||||||
<a href="/impressum">Impressum</a>
|
<a href="/impressum">Impressum</a>
|
||||||
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
|
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
|
||||||
<a href="/impressum">Datenschutz</a>
|
<a href="/impressum">Datenschutz</a>
|
||||||
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
|
|
||||||
<a href="/about">travelynx</a> v<%= $version // '???' %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue