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

@@ -1,13 +1,14 @@
<nav class="navbar navbar-dark navbar-custom fixed-top">
<nav class="navbar navbar-dark navbar-custom fixed-top shadow">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/static/sbb.png" alt="SBB" width="30px">
<span class="font-monospace fw-bold">Click &
<span class="font-monospace fw-bold position-relative ml-1">
Click &
<span class="ml4">
<span class="letters letters-1">Hike</span>
<span class="letters letters-2">Bike</span>
<span class="letters letters-3">Culture</span>
<span class="letters letters-4">Jodel</span>
<span class="letters letters-1">Hike</span>
<span class="letters letters-2">Bike</span>
<span class="letters letters-3">Culture</span>
<span class="letters letters-4">Jodel</span>
</span>
</span>
@@ -82,7 +83,7 @@
<form class="d-flex">
<a href="/profile" style="color: inherit; text-decoration: none;">
<i class="fas fa-user"></i>
<i class="fas fa-user" style="background-color: transparent; color: white;"></i>
</a>
</form>