fix broken fields
This commit is contained in:
parent
0a578635b8
commit
eaceef255b
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
<section class="streambox" id="support">
|
||||
<section class="streambox">
|
||||
<h2>I take bitcoin donations!</h2>
|
||||
<div class="streamer" style="margin-top:0;">
|
||||
<!-- BTC Pay -->
|
||||
|
@ -124,6 +124,12 @@
|
|||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
<section class="streambox">
|
||||
<h2>Subscribe to my mailing list</h2>
|
||||
<div class="streamer" style="margin-top:0;">
|
||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||
</div>
|
||||
</section>
|
|
@ -174,7 +174,7 @@ body {
|
|||
@media only screen and (max-width: 759px) {
|
||||
text-align: center;
|
||||
div {
|
||||
min-width: 100%;
|
||||
|
||||
padding: 20px 0;
|
||||
}
|
||||
.splash-logo {
|
||||
|
@ -377,8 +377,9 @@ footer {
|
|||
// Streambox
|
||||
.streambox {
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
padding-top: 80px;
|
||||
}
|
||||
.streamer {
|
||||
max-width: var(--max-width);
|
||||
|
|
|
@ -72,7 +72,7 @@ video_path:
|
|||
{% endfor %}
|
||||
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue