diff --git a/ippisite/ippidb/templates/about-general.html b/ippisite/ippidb/templates/about-general.html index 745c7ca6a04db41abbc0c7ff1250cafebe1b9026..b9c896e2baea041f180b9cd4c9648a24e8cd7b35 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>