Extract supporter styles from layout

This commit is contained in:
Dennis Reimann 2020-07-02 19:30:51 +02:00
parent 761f6152d0
commit 17421497a1
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0
2 changed files with 15 additions and 11 deletions

View file

@ -1,4 +1,18 @@
<h3 class="lead-h text-center">
<style>
.lead-h {
font-family: Montserrat;
font-style: normal;
margin-bottom: 30px;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */
letter-spacing: 0.1em;
text-transform: uppercase;
}
</style>
<h3 class="lead-h text-center">
BTCPayServer Supporters
<a href="https://foundation.btcpayserver.org/" target="_blank">
<span class="fa fa-question-circle-o" title="More information..."></span>

View file

@ -72,16 +72,6 @@
letter-spacing: 0.1em;
}
.lead-h {
font-family: Montserrat;
font-style: normal;
margin-bottom: 30px;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */
letter-spacing: 0.1em;
text-transform: uppercase;
}
</style>
</head>