Make logo a link to index

This commit is contained in:
Ben Firshman 2014-01-27 20:33:25 +00:00
commit 818516f150
2 changed files with 12 additions and 4 deletions

View file

@ -60,7 +60,11 @@ img {
font-family: 'Lilita One', sans-serif;
font-size: 80px;
margin: 20px 0 40px 0;
}
.logo a {
color: #a41211;
text-decoration: none;
}
.logo img {