This commit is contained in:
BettinaHallinger
2022-05-04 10:39:57 +02:00
parent 03a27dd355
commit ff5bb18c48
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Ueberschrift2 from "./ueberschrift2";
function Card(props) {
return (
<div class="w-full rounded-xl overflow-hidden shadow-lg bg-gray1 ">
<div class="w-full rounded-xl overflow-hidden shadow-lg bg-gray1">
<div class="h-60">
<img class="w-full h-full object-cover" src={props.bild || bild} alt="Papa Roy"></img>
</div>