handling client logo max-height
This commit is contained in:
parent
0611189f5f
commit
f9223b6f77
|
|
@ -533,6 +533,7 @@
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
-o-object-position: center;
|
-o-object-position: center;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-header__innerblocks{
|
.portfolio-header__innerblocks{
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
.client-logo {
|
.client-logo {
|
||||||
@apply w-72 h-auto object-contain object-center mx-auto block my-12 relative;
|
@apply w-72 h-auto object-contain object-center mx-auto block my-12 relative;
|
||||||
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__innerblocks {
|
&__innerblocks {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user