add link to home on logo
This commit is contained in:
parent
3e1a6befce
commit
a03d5dacca
|
@ -6,8 +6,8 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
padding-top: 5.7rem;
|
||||
padding-bottom: 6rem;
|
||||
padding-top: 4.7rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.header__title {
|
||||
|
@ -16,6 +16,11 @@
|
|||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.header__titleLink {
|
||||
display: inline-block;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
/* Side
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<button class="header__sideBtn">About</button>
|
||||
</div>
|
||||
<h1 class="header__title">
|
||||
<img src="{ logo }" alt="Eldritch Radio">
|
||||
<a class="header__titleLink" href="/"><img src="{ logo }" alt="Eldritch Radio"></a>
|
||||
</h1>
|
||||
<div class="header__side txtright">
|
||||
<button class="header__sideBtn">Settings</button>
|
||||
|
|
Loading…
Reference in New Issue