mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Make header into a link.
This commit is contained in:
parent
1f31fe8cca
commit
ebb7754487
2 changed files with 4 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ a {
|
|||
}
|
||||
|
||||
.header img {
|
||||
border: 0;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue