fixes the width of the side blinkers
This commit is contained in:
parent
a4205cc5a0
commit
a5b9a5b827
@ -24,7 +24,7 @@ navbar: topnav
|
|||||||
</div>
|
</div>
|
||||||
<div class="main-content">{{ content }}</div>
|
<div class="main-content">{{ content }}</div>
|
||||||
<div class="right-sidebar">
|
<div class="right-sidebar">
|
||||||
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" width: 100%>
|
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" style="width: 100%">
|
||||||
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
|
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
|
||||||
|
|
||||||
{% for blink in site.data.blinkers %}
|
{% for blink in site.data.blinkers %}
|
||||||
|
@ -38,4 +38,5 @@
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user