quickfix
This commit is contained in:
parent
991e953886
commit
56e537751c
@ -1,6 +1,6 @@
|
|||||||
name,link,img
|
name,link,img
|
||||||
home,/
|
home,/
|
||||||
comics,/comics
|
comics,/comic
|
||||||
link dump,/linklink
|
link dump,/linklink
|
||||||
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
||||||
thanks page,/thanks
|
thanks page,/thanks
|
||||||
|
|
@ -29,9 +29,11 @@ navbar: topnav
|
|||||||
<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 %}
|
||||||
<img src="assets/images/blinkers/{{ blink.name }}"
|
<img src="/assets/images/blinkers/{{ blink.name }}"
|
||||||
style="max-width:100%"></img>
|
style="max-width:100%"></img>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% include swatchclock.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
overflow-x: scroll;
|
overflow-x: clip;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user