mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add image link
This commit is contained in:
parent
c9a44a6df2
commit
20ce12e741
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue