From 6d0713d8463d3c885a3b592a7dacc086e5015ae3 Mon Sep 17 00:00:00 2001 From: Matt Marcha Date: Fri, 19 Feb 2021 21:27:02 +0100 Subject: [PATCH] Ajout mdia query pour label pie --- Views/inc/filters.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Views/inc/filters.css b/Views/inc/filters.css index 5c9094b..056feb2 100644 --- a/Views/inc/filters.css +++ b/Views/inc/filters.css @@ -72,6 +72,11 @@ font-weight: 900; } +@media only screen and (max-width: 699px ) { + .pie__segment .label { + bottom: -22px; + } +} /*** Legends ***/ .home-legend-items {