From 462b93d6061dd3e233031bfc741505971c3fdfc3 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Wed, 9 Feb 2022 17:34:54 +0100 Subject: [PATCH] Increase mosaic popin width --- capsule-prototype/css/online-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capsule-prototype/css/online-theme.css b/capsule-prototype/css/online-theme.css index 44648b6..462bd2a 100644 --- a/capsule-prototype/css/online-theme.css +++ b/capsule-prototype/css/online-theme.css @@ -307,7 +307,7 @@ html, body { border: 0; border-radius: 3px; color: rgba(255,255,255,.85); - width: 30vw; + width: 70vw; display: inline-block; font-weight: 200; @@ -318,7 +318,7 @@ html, body { line-height: 1.2em; padding: 1.0em 1vw; - margin: 2vh 0 1.5vh 0; + margin: 2vh 0 1.5vh -10vw; } .mosaic_category { -- GitLab