refining css

This commit is contained in:
Antoine M 2024-01-18 15:46:53 +01:00
parent f4c1c4f897
commit 4f571e995b

View File

@ -2,10 +2,8 @@
@apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto; @apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
&__titling { &__titling {
@apply sm:flex items-center; @apply sm:flex items-center md:mb-8;
/* display: flex;
align-items: center; */
margin-bottom: 20px;
.icon { .icon {
@apply mb-2 sm:mb-0; @apply mb-2 sm:mb-0;
} }
@ -25,7 +23,7 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
&__block-title { &__block-title {
@apply !pb-0 !leading-none; @apply !pb-0 !leading-tight pt-4 md:pt-0;
} }
&__content { &__content {
@apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2; @apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;