responsive header nav et taille carte, fix css

This commit is contained in:
2024-11-21 10:42:14 +01:00
parent e50c8d95a2
commit bfb94ef05b
5 changed files with 18 additions and 44 deletions

View File

@@ -61,9 +61,9 @@ class SitesMap extends BlockBase {
$x = round(($lon - $lonLeft) / ($lonRight - $lonLeft) * $vp_w);
$y = round(($latTop - $lat) / ($latTop - $latBottom) * $vp_h);
$r = 15;
$r = 12;
$m = -$r/1.5+3;
$l = $r/1.5 +4;
$l = $r/1.5 +2.5;
$sites_paths .= <<<SVGSITEPATH
<g
id="site-$index"