commit 747d36b5280a99827aa52a1a4089ff84fbfd41f0 Author: hiro hiro@torproject.org Date: Thu Mar 7 12:18:07 2019 +0100
Fix layout --- templates/macros/people.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/macros/people.html b/templates/macros/people.html index 48c23b6..22b0121 100644 --- a/templates/macros/people.html +++ b/templates/macros/people.html @@ -1,5 +1,5 @@ {% macro render_board(item, alternative) %} - <div class="col-md-4 col-xl-3 my-4"> + <div class="col-md-6 col-sm-12 col-xl-3 my-4"> <div class="card h-100 my-2"> <div class="card-body"> <h5 class="card-title human-name">{{ item.name }}</h5> @@ -12,7 +12,7 @@ {% endmacro %}
{% macro render_core(item, alternative) %} - <div class="col-md-3 col-xl-2 my-3"> + <div class="col-md-6 col-sm-12 col-xl-3 my-3"> <div class="card h-100"> <div class="card-header bg-white border-0"> {% if item.image %}
tor-commits@lists.torproject.org