Skip to content

Commit

Permalink
add another breakpoint to prevent overflow of images
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Feb 11, 2025
1 parent 7681425 commit 032b563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Projekte
---

<div class="row row-cols-1 row-cols-md-3">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
{% assign projects = site.data.projects | sort %}
{% for proj in projects %}
{% assign project = proj[1] %}
Expand Down
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Team
---

<div class="row row-cols-1 row-cols-md-3">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
{% assign members = site.data.team | sort: "sortkey" %}
{% for member in members %}
<div class="col my-3">
Expand Down
2 changes: 1 addition & 1 deletion werkzeuge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Werkzeuge
---

<div class="row row-cols-1 row-cols-md-2">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
<div class="col my-3">
<div class="card tool">
<div class="card-body">
Expand Down

0 comments on commit 032b563

Please sign in to comment.