File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Here's some websites belonging to people I am at least vaguely familiar with, be
2929{%- for i in buttons.friendsitesButtons %}{{- kim88x31Button(i) -}}{%- endfor %}
3030</div >
3131
32- <ul class =" kimList kimList-bulleted kimList-columns " >
32+ <ul class =" kimList kimList-bulleted pageLinkColumns " >
3333 {%- for i in buttons.friendsites %}
3434 <li ><a class =" kimLink " href =" {{ i.url }} " >{{ i.alt }}</a ></li >
3535 {%- endfor %}
@@ -97,3 +97,10 @@ Use any of these buttons, if you so desire. You can acquire these buttons progra
9797<div class =" kimButtonGrid " >
9898{%- for i in buttons.beeps %}{{- kim88x31Button(i) -}}{%- endfor %}
9999</div >
100+
101+ {% css %}
102+ .pageLinkColumns {
103+ column-width: 20ch;
104+ column-gap: var(--grid-gutter);
105+ }
106+ {% endcss %}
You can’t perform that action at this time.
0 commit comments