From 2856777251ce596d5a3c65f3f3644ab5a81dd844 Mon Sep 17 00:00:00 2001 From: fmareuil <fabien.mareuil@pasteur.fr> Date: Mon, 29 Apr 2024 10:54:02 +0200 Subject: [PATCH] space --- ippisite/ippidb/templates/about-general.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ippisite/ippidb/templates/about-general.html b/ippisite/ippidb/templates/about-general.html index 745c7ca6..b9c896e2 100644 --- a/ippisite/ippidb/templates/about-general.html +++ b/ippisite/ippidb/templates/about-general.html @@ -5,7 +5,7 @@ {% block pagetitle %}GENERAL INFORMATION{% endblock%} {% block view_content %} -<div class="row mt-5 justify-content-center"> +<div class="row justify-content-center"> <div class="col-6 text-center border rounded-top"> <h3>Summary Data: Protein Interaction Explorer</h3> </div> @@ -26,7 +26,7 @@ </div> </div> -<div class="row justify-content-center"> +<div class="row mt-5 justify-content-center"> <div class="col-6 text-center border rounded-top"> <h3>Summary Data: Compounds</h3> </div> -- GitLab