Skip to content
Snippets Groups Projects

645_Button_fuer_Antrag_auf_Teilnahme_Informationstermine(planning#645)

Compare and Show latest version
4 files
+ 103
26
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -13,10 +13,11 @@ export default function Card({title, icon, children}) {
}
}, [icon])
return <div className="relative flex flex-col items-center p-6 bg-white rounded shadow-xl">
return <div className="p-6 bg-white rounded shadow-xl text-center">
{svgData && <img className="w-16 h-16 mb-2" src={svgData}/>}
<br/>
<h4 className="text-xl font-bold leading-snug tracking-tight mb-1" style={{ textAlign: "center" }} >FIT-Connect <br/> für {title}</h4>
<h4 className="text-xl font-bold leading-snug mb-1 text-center fitko-termine-heading-h4" >FIT-Connect</h4>
<h3 className="text-xl font-bold leading-snug mb-1 text-center fitko-termine-heading-h3" >für {title}</h3>
{children}
</div>
}
Loading