few responsive adaptations

This commit is contained in:
Antoine M 2023-12-04 11:29:38 +01:00
parent 990b7667f1
commit ded26275f0

View File

@ -13,7 +13,8 @@
rounded-2xl rounded-2xl
bg-secondary-light bg-secondary-light
flex flex
flex-row flex-col
md:flex-row
items-center items-center
justify-around; justify-around;
&__infos { &__infos {
@ -48,7 +49,7 @@
&__cover { &__cover {
/* transform: translateY(-30%); */ /* transform: translateY(-30%); */
@apply rounded-2xl; @apply rounded-2xl mt-12 md:mt-0;
max-width: 200px; max-width: 200px;
/* transform: scale(2) translate(-50%, -20%); */ /* transform: scale(2) translate(-50%, -20%); */
} }