From a20e23a645461c13fa9854ff220357fbf8cd9318 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 1 May 2024 15:25:43 +0300 Subject: [PATCH] style: update image width, update table layout --- ckanext/tour/theme/elements.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ckanext/tour/theme/elements.scss b/ckanext/tour/theme/elements.scss index 4c5dee8..ca4a260 100644 --- a/ckanext/tour/theme/elements.scss +++ b/ckanext/tour/theme/elements.scss @@ -104,6 +104,7 @@ img { max-width: 100%; height: auto; + width: -webkit-fill-available; } }