Make header into a link.

This commit is contained in:
Mihai Parparita 2014-10-26 22:33:08 -07:00
parent 1f31fe8cca
commit ebb7754487
2 changed files with 4 additions and 1 deletions

View file

@ -35,6 +35,7 @@ a {
}
.header img {
border: 0;
display: block;
position: absolute;
top: 10px;

View file

@ -9,7 +9,9 @@
</head>
<body>
<div class="header">
<img src="/static/images/header.png" srcset="/static/images/header.png 1x, /static/images/header@2x.png 2x" width="1111" height="153" alt="GitHop">
<a href="/">
<img src="/static/images/header.png" srcset="/static/images/header.png 1x, /static/images/header@2x.png 2x" width="1111" height="153" alt="GitHop">
</a>
</div>
<div class="body">