handling the photo grid

This commit is contained in:
Antoine M 2024-10-28 10:14:15 +01:00
parent 7176e8660a
commit 73b8b807b3

View File

@ -58,7 +58,7 @@
}
.chantier {
&__infos {
@apply grid sm:grid-cols-2 items-center pt-6 pb-3;
@apply grid sm:grid-cols-2 items-center pt-4 pb-2;
}
&__city,
&__date {
@ -79,6 +79,13 @@
&__description {
@apply pt-1;
}
&__photo-grid {
@apply grid md:grid-cols-2 gap-4;
img {
@apply w-full h-64 object-cover object-center rounded-lg;
}
}
}
}
}