revert column behavior

This commit is contained in:
Lorenzo Yario
2024-08-09 00:43:43 -07:00
committed by GitHub
parent 230cc252c5
commit e5d423e595

View File

@@ -23,7 +23,7 @@
<div class="box-wrap"> <div class="box-wrap">
<fieldset> <fieldset>
<legend>Boards</legend> <legend>Boards</legend>
<ul style="columns: 2;"> <ul>
{% for board in boards %} {% for board in boards %}
<li class="boardlinksurl"> <li class="boardlinksurl">
<a href="{{ config.board_path|sprintf(board.uri) }}"> <a href="{{ config.board_path|sprintf(board.uri) }}">