FIX: some fixes for rollout

Burger
This commit is contained in:
webfussel 2025-05-28 09:49:56 +02:00
parent f7f27838a8
commit 65ebc71431
11 changed files with 268 additions and 119 deletions

View file

@ -1,5 +1,5 @@
.Person {
flex-basis: clamp(350px, calc(33% - 3rem), 500px);
flex-basis: clamp(200px, calc(33% - 3rem), 500px);
flex-grow: 1;
flex-shrink: 0;
align-items: center;