Skip to content

Commit

Permalink
Update group.html
Browse files Browse the repository at this point in the history
  • Loading branch information
afaji authored Nov 23, 2024
1 parent e8c2030 commit 7e936e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _pages/group.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
}

.card-text {
font-size: 0.6rem; /* Smaller font for details */
line-height: 1.2;
font-size: 0.4rem; /* Smaller font for details */
line-height: 0.8;
}

a.card-link {
Expand All @@ -89,7 +89,7 @@ <h1 class="text-center mb-4">Research Group</h1>
{% if people_in_category.size > 0 %}
<div class="mb-5">
<h2 class="text-uppercase text-center mb-4">{{ category }}</h2>
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-5 g-4">
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4 g-4">
{% for person in people_in_category %}
<div class="col">
<a href="{{ person.website }}" class="card-link" target="_blank">
Expand Down

0 comments on commit 7e936e8

Please sign in to comment.