From 30dec776e897faab3521eec81c9379ba00d49d50 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 13 Oct 2017 07:45:36 +0200
Subject: [PATCH] Add border to banner

---
 scipost/templates/scipost/personal_page.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html
index 032f6103b..700f4e396 100644
--- a/scipost/templates/scipost/personal_page.html
+++ b/scipost/templates/scipost/personal_page.html
@@ -119,8 +119,10 @@
                     {# END: Scientist fields #}
                     {% endif %}
 
-                    <h3 class="text-danger">Scientists, please help us out!</h3>
-                    <p>If it is not listed on our Partners page, please encourage your institution (through a librarian, director, ...) to join by <a class="h3 text-blue" href="{% url 'petitions:petition' slug='join-SPB' %}">signing our petition</a>.</p>
+                    <div class="border border-danger p-2">
+                        <h3 class="text-danger">Scientists, please help us out!</h3>
+                        <p class="mb-1">If it is not listed on our Partners page, please encourage your institution (through a librarian, director, ...) to join by <a class="h3 text-blue" href="{% url 'petitions:petition' slug='join-SPB' %}">signing our petition</a>.</p>
+                    </div>
                     <hr>
 
                   {% if 'SciPost Administrators' in user_groups %}
-- 
GitLab