refining responsiveness

This commit is contained in:
Antoine M 2024-05-16 17:06:44 +02:00
parent 70146f73f9
commit 28e1838c7a

View File

@ -3,9 +3,10 @@
@apply w-full md:w-fit; @apply w-full md:w-fit;
} }
.profile-select { .profile-select {
@apply grid sm:grid-cols-2 md:grid-cols-2 xl:grid-cols-4 list-none gap-2 px-2; @apply grid sm:grid-cols-2 md:grid-cols-2 xl:grid-cols-4 list-none gap-1 2xl:px-2 max-w-screen-xl;
padding-inline-start: 0;
&__profile-type { &__profile-type {
@apply flex flex-col justify-center items-center py-10 px-3 rounded-lg cursor--pointer gap-2 w-fit mx-auto; @apply flex flex-col justify-center items-center py-10 px-3 cursor--pointer gap-2 w-fit mx-auto;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
&:hover, &:hover,
&--selected { &--selected {