diff --git a/web/pandas/about/team.md b/web/pandas/about/team.md index 39f63202e1986..c8318dd8758ed 100644 --- a/web/pandas/about/team.md +++ b/web/pandas/about/team.md @@ -8,30 +8,22 @@ If you want to support pandas development, you can find information in the [dona ## Maintainers -
- {% for row in maintainers.people | batch(6, "") %} -
- {% for person in row %} - {% if person %} -
- -
-
- {% if person.blog %} - - {{ person.name or person.login }} - - {% else %} - {{ person.name or person.login }} - {% endif %} -
-

{{ person.login }}

-
-
- {% else %} -
- {% endif %} - {% endfor %} +
+ {% for person in maintainers.people %} +
+ +
+
+ {% if person.blog %} + + {{ person.name or person.login }} + + {% else %} + {{ person.name or person.login }} + {% endif %} +
+

{{ person.login }}

+
{% endfor %}
diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css index d76d1a0befeba..459f006db5727 100644 --- a/web/pandas/static/css/pandas.css +++ b/web/pandas/static/css/pandas.css @@ -45,6 +45,12 @@ a.navbar-brand img { div.card { margin: 0 0 .2em .2em !important; } +@media (min-width: 576px) { + .card-group.maintainers div.card { + min-width: 10rem; + max-width: 10rem; + } +} div.card .card-title { font-weight: 500; color: #130654;