Let header be a link back to homepage.
This commit is contained in:
parent
8f2cd2947d
commit
75563741bc
1 changed files with 5 additions and 1 deletions
|
@ -58,6 +58,10 @@ body
|
|||
display: grid;
|
||||
justify-content: center;
|
||||
}
|
||||
#headline_l1 a
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
#headline_l1,
|
||||
#headline_splash
|
||||
{
|
||||
|
@ -119,7 +123,7 @@ body
|
|||
<body>
|
||||
<section id="headline">
|
||||
<div class="tilt_holder width_limited">
|
||||
<h1 id="headline_l1">voussoir.net</h1>
|
||||
<h1 id="headline_l1"><a href="/">voussoir.net</a></h1>
|
||||
</div>
|
||||
<div class="tilt_holder width_limited">
|
||||
<div id="headline_splash">will accept your donations</div>
|
||||
|
|
Loading…
Reference in a new issue