12 lines
203 B
CSS
12 lines
203 B
CSS
.card-large-content {
|
|
@apply pt-32;
|
|
&__links-container {
|
|
@apply lg:gap-32;
|
|
}
|
|
&__top-illustration {
|
|
width: 330px;
|
|
height: 180px;
|
|
transform: translate(-50%, -54%);
|
|
}
|
|
}
|