handling the photo grid
This commit is contained in:
parent
7176e8660a
commit
73b8b807b3
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user