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