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;
|
display: grid;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
#headline_l1 a
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
#headline_l1,
|
#headline_l1,
|
||||||
#headline_splash
|
#headline_splash
|
||||||
{
|
{
|
||||||
|
@ -119,7 +123,7 @@ body
|
||||||
<body>
|
<body>
|
||||||
<section id="headline">
|
<section id="headline">
|
||||||
<div class="tilt_holder width_limited">
|
<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>
|
||||||
<div class="tilt_holder width_limited">
|
<div class="tilt_holder width_limited">
|
||||||
<div id="headline_splash">will accept your donations</div>
|
<div id="headline_splash">will accept your donations</div>
|
||||||
|
|
Loading…
Reference in a new issue