From f2ecc1803f3ea294a0c6b7915b61348ed0395b26 Mon Sep 17 00:00:00 2001 From: Marcin Zelent Date: Wed, 16 Nov 2022 15:16:38 +0100 Subject: Remade and extended the app using React --- src/components/Lightbox/Lightbox.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/Lightbox/Lightbox.css (limited to 'src/components/Lightbox/Lightbox.css') diff --git a/src/components/Lightbox/Lightbox.css b/src/components/Lightbox/Lightbox.css new file mode 100644 index 0000000..4873419 --- /dev/null +++ b/src/components/Lightbox/Lightbox.css @@ -0,0 +1,7 @@ +.pswp__dynamic-caption { + max-width: unset !important; + padding: 10px !important; + text-align: center; + font-size: 0.9rem; + color: #ccc !important; +} -- cgit v1.2.3