diff --git a/static/nryg.less b/static/nryg.less index 663cb9dc..73c62679 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -849,6 +849,10 @@ table { grid-row-end: 3; } } + + ul { + column-width: 200px; + } } .event { diff --git a/templates/main.html b/templates/main.html index 29711a0b..cf156ef2 100644 --- a/templates/main.html +++ b/templates/main.html @@ -26,7 +26,6 @@ {% endif %} - {% include "components/wikibox.html" %}