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 { .header img {
border: 0;
display: block; display: block;
position: absolute; position: absolute;
top: 10px; top: 10px;

View file

@ -9,7 +9,9 @@
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<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"> <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>
<div class="body"> <div class="body">