Make brand logo a link to main page
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
342a7785a8
commit
28f679e85c
|
@ -70,6 +70,13 @@ header {
|
|||
.header-brand {
|
||||
display: flex;
|
||||
|
||||
a {
|
||||
// linkify the brand logo without changing its style
|
||||
display: inherit;
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
img + pre {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
|
|
@ -20,11 +20,13 @@
|
|||
<body>
|
||||
<header>
|
||||
<div class="header-brand">
|
||||
<a href="{{ relref . "/" }}">
|
||||
<img alt="Logo der Intergalaktischen Erfahrungsreise, kurz IGER" class="header-logo" src="/logo.svg">
|
||||
<pre><span>I</span>nter
|
||||
<span>G</span>alaktische
|
||||
<span>E</span>rfahrungs
|
||||
<span>R</span>eise</pre>
|
||||
</a>
|
||||
</div>
|
||||
<input class="nav-toggle" id="toggleMainNav" type="checkbox">
|
||||
<label class="nav-burger" for="toggleMainNav">
|
||||
|
|
Loading…
Reference in New Issue