This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new b818fc86 Allow 4 columns on projects page
b818fc86 is described below

commit b818fc8690aee7a0abda6adb268b63938c4f3167
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Mar 30 15:42:52 2026 +0100

    Allow 4 columns on projects page
---
 atr/templates/projects.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/projects.html b/atr/templates/projects.html
index e37d7b28..d9e2defb 100644
--- a/atr/templates/projects.html
+++ b/atr/templates/projects.html
@@ -25,7 +25,7 @@
     </p>
   </div>
 
-  <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
+  <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4 g-4">
     {% for project in projects %}
       {% set is_part = false %}
       {% if current_user and project.committee %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to