diff --git a/web/templates/base.html b/web/templates/base.html index cc589fd..b4c49a7 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -123,7 +123,7 @@ .map-popup-actions .btn { padding: 0.35rem 0.7rem; font-size: 12px; } .map-popup-actions form { margin: 0; } .brand-dot { - width: 2.25rem; height: 2.25rem; border-radius: 10px; + width: 2.5rem; height: 2.5rem; border-radius: 10px; background: linear-gradient(135deg, #66b7f2 0%, #2f8ae0 60%, #fbd76b 100%); box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35); display: inline-flex; align-items: center; justify-content: center;