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> <span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
</div> </div>
</div> </div>
</header> </header>

View file

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