fixes the width of the side blinkers

This commit is contained in:
etherware-novice 2024-07-29 18:39:54 -05:00
parent a4205cc5a0
commit a5b9a5b827
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ navbar: topnav
</div>
<div class="main-content">{{ content }}</div>
<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>
{% for blink in site.data.blinkers %}

View File

@ -38,4 +38,5 @@
margin: 5px;
overflow-x: scroll;
overflow-y: scroll;
align-items: flex-start;
}