fix broken fields
This commit is contained in:
parent
0a578635b8
commit
eaceef255b
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- 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">
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<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>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
|
@ -174,7 +174,7 @@ body {
|
||||||
@media only screen and (max-width: 759px) {
|
@media only screen and (max-width: 759px) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
div {
|
div {
|
||||||
min-width: 100%;
|
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
.splash-logo {
|
.splash-logo {
|
||||||
|
@ -377,8 +377,9 @@ footer {
|
||||||
// Streambox
|
// Streambox
|
||||||
.streambox {
|
.streambox {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2em;
|
line-height: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
.streamer {
|
.streamer {
|
||||||
max-width: var(--max-width);
|
max-width: var(--max-width);
|
||||||
|
|
|
@ -72,7 +72,7 @@ video_path:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue