extending block capacities

This commit is contained in:
Antoine M 2023-11-07 10:19:38 +01:00
parent 1f455c4a17
commit 096042dd37

View File

@ -9,7 +9,8 @@
&__page-icon {
@apply hidden md:block;
height: fit-content;
height: 400px;
max-height: 400px;
max-width: 400px;
}
&__cta-link {
@apply text-neutral-900 font-bold mt-1 block;