handling client logo max-height

This commit is contained in:
Antoine M 2025-04-01 14:38:32 +02:00
parent 0611189f5f
commit f9223b6f77
2 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,7 @@
object-fit: contain;
-o-object-position: center;
object-position: center;
max-height: 250px;
}
.portfolio-header__innerblocks{

View File

@ -33,6 +33,7 @@
.client-logo {
@apply w-72 h-auto object-contain object-center mx-auto block my-12 relative;
max-height: 250px;
}
&__innerblocks {