summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pgcommitfest/commitfest/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/base.html b/pgcommitfest/commitfest/templates/base.html
index 6c37819..6010b81 100644
--- a/pgcommitfest/commitfest/templates/base.html
+++ b/pgcommitfest/commitfest/templates/base.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="/static/commitfest/css/bootstrap.css" />
</head>
<body>
-<div class="container">
+<div class="container-fluid">
<ul class="breadcrumb">
<li><a href="/">Home</a> <span class="divider">/</span></li>
{%for c in breadcrumbs%}