[yoga-24] our services component: make images rounded with css

This commit is contained in:
Roland Schneider 2025-08-27 15:23:17 +02:00
parent 6075457fcf
commit 587a4482db

View File

@ -31,7 +31,7 @@
padding-right: 0;
}
.rounded-image{
.roundedImage{
border-top-left-radius: 60px;
border-bottom-right-radius: 60px;
}