From: Jeremy Thomas Date: Fri, 22 Mar 2024 10:08:27 +0000 (+0000) Subject: Fix #3725 X-Git-Tag: 1.0.1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4499d5af06c29323c40559a709eba85a0772f6f;p=thirdparty%2Fbulma.git Fix #3725 --- diff --git a/docs/documentation/grid/fixed-grid.html b/docs/documentation/grid/fixed-grid.html index 85798e4d..a8cf3650 100644 --- a/docs/documentation/grid/fixed-grid.html +++ b/docs/documentation/grid/fixed-grid.html @@ -106,7 +106,7 @@ You can specify a different column count **per breakpoint**: {{ i }} {% for bp in page.breakpoints %} - has-cols-{{ i }}-{{ bp }} + has-{{ i }}-cols-{{ bp }} {% endfor %} {% endfor %}