From 5339a864c01f1da0bb003cbf98aba4d9c683d0d8 Mon Sep 17 00:00:00 2001 From: sto Date: Thu, 20 Mar 2025 08:54:23 +0100 Subject: [PATCH] Fix contest display grid --- app/views/contests/show.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/contests/show.html.slim b/app/views/contests/show.html.slim index 533f812..97f1546 100644 --- a/app/views/contests/show.html.slim +++ b/app/views/contests/show.html.slim @@ -11,7 +11,7 @@ | Edit contest .row.mb-4 - .col + .col-sm-6 .row .col h4 @@ -33,5 +33,5 @@ .col a.btn.btn-primary href=new_contest_puzzle_path(@contest) | Add puzzle - .col + .col-sm-6 h4 Teams \ No newline at end of file