Ajout mdia query pour label pie

This commit is contained in:
Matt Marcha 2021-02-19 21:27:02 +01:00
parent 54a1e935ac
commit 6d0713d846

View file

@ -72,6 +72,11 @@
font-weight: 900; font-weight: 900;
} }
@media only screen and (max-width: 699px ) {
.pie__segment .label {
bottom: -22px;
}
}
/*** Legends ***/ /*** Legends ***/
.home-legend-items { .home-legend-items {