File tree Expand file tree Collapse file tree 2 files changed +5
-24
lines changed
Expand file tree Collapse file tree 2 files changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -463,30 +463,11 @@ export default function AboutPage() {
463463 </ p >
464464 </ div >
465465
466- < div className = "grid md:grid-cols-2 gap-8" >
467- < Card className = "border-0 shadow-lg dark:bg-slate-700 dark:border-slate-600 bg-white" >
468- < CardContent className = "p-8 text-center" >
469- < div className = "relative mb-4" >
470- < Image
471- alt = "bild von Professor Dr. Uwe Baumgarten"
472- className = "w-24 h-24 rounded-full mx-auto object-cover border-4 border-blue-500"
473- height = { 96 }
474- src = "/avatars/baumgarten.webp"
475- width = { 96 }
476- />
477- </ div >
478- < h3 className = "text-xl font-semibold dark:text-white text-gray-900 mb-3" >
479- Professor Dr. Uwe Baumgarten
480- </ h3 >
481- < p className = "dark:text-gray-300 text-gray-600 leading-relaxed" >
482- Hat das Projekt maßgeblich vorangetrieben und unterstützt.
483- Ohne seine Vision und Förderung wäre TUM-Dev nicht zu dem
484- geworden, was es heute ist.
485- </ p >
486- </ CardContent >
487- </ Card >
488-
489- < Card className = "border-0 shadow-lg dark:bg-slate-700 dark:border-slate-600 bg-white" >
466+ < div className = "grid gap-8" >
467+ < Card
468+ className = "border-0 shadow-lg dark:bg-slate-700 dark:border-slate-600 bg-white"
469+ style = { { margin : "0 auto" , width : "50%" } }
470+ >
490471 < CardContent className = "p-8 text-center" >
491472 < div className = "relative mb-4" >
492473 < Image
You can’t perform that action at this time.
0 commit comments