Add image link

This commit is contained in:
Luke 2020-01-16 15:12:35 +01:00
parent c9a44a6df2
commit 20ce12e741
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<header class="h-bg">
<div class="h-l">
<div class="h-l-v">
<img src="{{ site.img_url }}video-kickstarter.png" alt="">
<a href="{{ site.kickstarter_url }}"><img src="{{ site.img_url }}video-kickstarter.png" alt=""></a>
<!--<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>-->
</div>
<span style="opacity: 0.5;">Supported by</span>

View file

@ -65,8 +65,8 @@ header .h-l-v button img {
padding-left: 0.4rem;
}
header .h-l-v video{
width: 100%;
header .h-l-v img{
width: 95%;
height: auto;
border: 0;
border-radius: 10px 10px 10px 10px;