aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-20 10:33:36 -0400
committertdro <tdro@noreply.example.com>2022-07-20 10:33:36 -0400
commit01fb9558bcd044367099eb3372a17431fdefefa2 (patch)
tree8482ec59f704150b25283613ce370b93b5e920af /assets
parent4081c4018a8f91de9ecf203987958164aa721a92 (diff)
downloadcanory-01fb9558bcd044367099eb3372a17431fdefefa2.tar.gz
canory-01fb9558bcd044367099eb3372a17431fdefefa2.tar.bz2
canory-01fb9558bcd044367099eb3372a17431fdefefa2.zip
assets/css/default: Gallery images need full width
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index f5e1534..1bac056 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1139,6 +1139,7 @@ gallery-images picture {
gallery-images picture img {
border-radius: 0;
+ width: 100%;
}
gallery-overlay {