From 28e1838c7a15198db280e624de10b3f7f5e1d721 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 May 2024 17:06:44 +0200 Subject: [PATCH] refining responsiveness --- src/assets/css/pages/Profile.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/assets/css/pages/Profile.scss b/src/assets/css/pages/Profile.scss index 4156750..6537dec 100644 --- a/src/assets/css/pages/Profile.scss +++ b/src/assets/css/pages/Profile.scss @@ -3,9 +3,10 @@ @apply w-full md:w-fit; } .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 { - @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; &:hover, &--selected {