chore(SW-96): move fullview and gallery into own files

This commit is contained in:
Chuma McPhoy
2024-08-21 11:13:38 +02:00
parent 1fadc76ef0
commit f97e521502
5 changed files with 245 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
import Image from "@/components/Image"
import { Lightbox } from "@/components/Lightbox"
import Lightbox from "@/components/Lightbox/"
import Button from "@/components/TempDesignSystem/Button"
import { getIntl } from "@/i18n"

View File

@@ -48,6 +48,7 @@
grid-row: 1;
grid-column: 2;
}
.desktopGrid > :nth-child(3) {
grid-row: 2;
grid-column: 2;