Skip to content
Snippets Groups Projects

645_Button_fuer_Antrag_auf_Teilnahme_Informationstermine(planning#645)

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@ export default function Card({title, icon, children}) {
}
}, [icon])
return <div className="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 mb-1 text-center fitko-termine-heading" >FIT-Connect <br/> für {title}</h4>
Loading