responsive finetuning

This commit is contained in:
Antoine M 2025-01-08 14:44:28 +01:00
parent 73890e62fe
commit 98a5f3eeb6

View File

@ -22,15 +22,15 @@
} }
} }
.artisan_wrapper { .artisan_wrapper {
@apply flex gap-10; @apply lg:flex gap-10;
} }
aside { aside {
@apply max-w-sm shrink-0; @apply lg:max-w-sm shrink-0;
} }
.artisans-post { .artisans-post {
&__section { &__section {
@apply !mb-12; @apply !mb-12 pt-12 lg:pt-0;
} }
&__section-title { &__section-title {
@apply text-3xl font-bold !m-0 pb-3; @apply text-3xl font-bold !m-0 pb-3;