diff --git a/lib/kmxgit_web/templates/repository/show.html.heex b/lib/kmxgit_web/templates/repository/show.html.heex
index 70e5ded..6627cb8 100644
--- a/lib/kmxgit_web/templates/repository/show.html.heex
+++ b/lib/kmxgit_web/templates/repository/show.html.heex
@@ -8,7 +8,7 @@
<%= link Repository.full_slug(@repo.forked_from), to: Routes.repository_path(@conn, :show, Repository.owner_slug(@repo.forked_from), Repository.splat(@repo.forked_from)) %>
<% end %>
</div>
- <div class="col col-12 col-sm-4">
+ <div class="col col-12 col-sm-5">
<%= if Repository.owner?(@repo, @current_user) do %>
<%= link gettext("Edit"),
to: Routes.repository_path(@conn, :edit, Repository.owner_slug(@repo), Repository.splat(@repo)),
@@ -47,7 +47,7 @@
</ul>
<% end %>
</div>
- <div class="col col-12 col-md-4">
+ <div class="col col-12 col-md-5">
<hr/>
<h2><%= gettext "Properties" %></h2>
<table class="table admin-properties">