diff options
Diffstat (limited to 'src/components/Lightbox/Lightbox.css')
-rw-r--r-- | src/components/Lightbox/Lightbox.css | 7 |
1 files changed, 7 insertions, 0 deletions
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;
+}
|