diff --git a/src/pages/DeliveryOrderDetails.css b/src/pages/DeliveryOrderDetails.css index 94975c8..12f16c8 100644 --- a/src/pages/DeliveryOrderDetails.css +++ b/src/pages/DeliveryOrderDetails.css @@ -36,23 +36,20 @@ .custom-marker { background-color: white; - /* Фон для маркера */ border-radius: 50%; - /* Круглая форма */ border: 2px solid #007bff; - /* Граница */ display: flex; justify-content: center; align-items: center; - width: 30px; - /* Ширина маркера */ - height: 30px; - /* Высота маркера */ } .marker-number { font-weight: bold; - /* Жирный текст для номера */ color: #007bff; - /* Цвет текста */ + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; + font-weight: bold; } \ No newline at end of file