make logo a hyperlink to repository
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="logo" style="margin-top: -1rem; text-align:center;"><img src="favicon.png" style="height: 4rem;"/><span style="position:relative; top: -1rem;"> 30 seconds of code</span></h1>
|
||||
<h1 class="logo" style="margin-top: -1rem; text-align:center;"><a style="text-decoration:none;color:black" href="https://github.com/Chalarangelo/30-seconds-of-code"><img src="favicon.png" style="height: 4rem;"/><span style="position:relative; top: -1rem;"> 30 seconds of code</span></a></h1>
|
||||
<label for="doc-drawer-checkbox" class="button drawer-toggle" style="position: absolute; right: 0; top: 0;"></label>
|
||||
</header>
|
||||
<div class="row" style="height: calc(100vh - 3.5625rem);overflow: hidden;">
|
||||
|
||||
Reference in New Issue
Block a user