From fcd25d1d4caca136c9ccf48ac38316050970c371 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Sun, 9 Apr 2017 01:31:41 +0200 Subject: [PATCH] Fixed panel spacing on front page --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index cdfbfbe..eb49e76 100644 --- a/templates/index.html +++ b/templates/index.html @@ -61,7 +61,7 @@ </div> {% endif %} <div class="row"> - <div class="col-md-6 panel-group"> + <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h1 class="panel-title">Video AG</h1> -- GitLab