Tweak kickstarter banner

This commit is contained in:
davegson 2019-12-17 15:13:54 +01:00
parent a7a6d5619c
commit f27227a81a
2 changed files with 7 additions and 8 deletions

View file

@ -29,4 +29,4 @@
<span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
</div>
</div>
</header>
</header>

View file

@ -75,20 +75,19 @@ header .h-l-v video{
}
.kickstarter{
color: white;
color: white;
background-color: #05ce78;
display: flex;
border: 0;
padding: 10px 25px;
border-radius: 0px 0px 10px 10px;
margin-top: -0.25rem;
border-radius: 0px 0px 10px 10px;
margin-top: -0.25rem;
}
.kickstarter div{
width: 50%;
height: auto;
margin: 0 auto;
display: flex;
height: auto;
margin: 0 auto;
display: flex;
}
.kickstarter img{