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

This commit is contained in:
Roland Schneider
2025-08-27 07:22:46 +02:00
parent f1069f3124
commit 917918d742
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,11 @@
padding-right: 0;
}
.rounded-image{
border-top-left-radius: 60px;
border-bottom-right-radius: 60px;
}
/*:global(div.slick-active):nth-last-child(n!*){*/
/* padding-left: 6px;*/
/* padding-right: 0;*!*/