mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +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>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue