mirror of
https://github.com/safing/web
synced 2025-09-05 04:29:04 +00:00
Tweak kickstarter banner
This commit is contained in:
parent
a7a6d5619c
commit
f27227a81a
2 changed files with 7 additions and 8 deletions
|
@ -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>
|
||||||
|
|
|
@ -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{
|
||||||
|
|
Loading…
Add table
Reference in a new issue