diff --git a/fes.css b/fes.css index b2d4f9a..cfd974f 100644 --- a/fes.css +++ b/fes.css @@ -44,7 +44,6 @@ justify-content: flex-start; /* LEFT align -> important */ overflow: visible; touch-action: pan-y; /* allow vertical page scrolling by default; JS toggles this to 'none' when map should capture gestures */ - padding-left: 0; } /* map container: inline-block so its width equals image's displayed width */ @@ -57,7 +56,6 @@ border: 3px solid rgba(255,255,255,0.9); box-shadow: 0 8px 24px rgba(0,0,0,0.18); background: #fff; - margin-left: 0; /* explicit left align */ } /* map image: HEIGHT-BASED fit (vertical-first) */