diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/components/_lightbox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_lightbox.scss b/assets/css/components/_lightbox.scss index ece2b4b..b23943a 100644 --- a/assets/css/components/_lightbox.scss +++ b/assets/css/components/_lightbox.scss | |||
@@ -24,7 +24,7 @@ | |||
24 | justify-content: center; | 24 | justify-content: center; |
25 | width: 100%; | 25 | width: 100%; |
26 | height: 100%; | 26 | height: 100%; |
27 | padding: 2em calc(3em + 1rem); | 27 | padding: 1em calc(3em + 1rem); |
28 | transition: opacity .2s, visibility .2s; | 28 | transition: opacity .2s, visibility .2s; |
29 | opacity: 0; | 29 | opacity: 0; |
30 | 30 | ||