auftraege: Karten am PC zweispaltig
Vier Auftraege (zwei laufende, zwei frisch beendete) nahmen auf der Modelle-Seite fast eine Bildschirmhoehe ein. Ab 1024 px stehen die Karten nebeneinander. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5.5
parent
29ec6f2ccf
commit
83941847ab
@@ -15,7 +15,7 @@ export function Auftraege({ alsPanel = false }: { alsPanel?: boolean }) {
|
|||||||
let inhalt
|
let inhalt
|
||||||
if (liste.length > 0) {
|
if (liste.length > 0) {
|
||||||
inhalt = (
|
inhalt = (
|
||||||
<div className="flex flex-col gap-2.5">
|
<div className="grid items-start gap-2.5 lg:grid-cols-2">
|
||||||
{liste.map((j) => (
|
{liste.map((j) => (
|
||||||
<JobKarte
|
<JobKarte
|
||||||
key={j.id}
|
key={j.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user