Let header be a link back to homepage.

This commit is contained in:
voussoir 2022-03-24 15:45:10 -07:00
parent 8f2cd2947d
commit 75563741bc
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -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>