refining responsive

This commit is contained in:
Antoine M 2024-01-17 17:11:08 +01:00
parent aac3f27e15
commit 7e816e4057

View File

@ -1,6 +1,8 @@
.homegrade-blocks-partner-logo {
@apply h-20;
&__logo {
@apply w-full h-full object-contain;
@apply w-full h-10 md:h-20 object-contain;
}
a {
@apply block !py-0;
}
}