Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -2
nutri_call.html
CHANGED
@@ -200,7 +200,7 @@ legend {
|
|
200 |
border: 1px solid #1e90ff;
|
201 |
border-radius: 8px;
|
202 |
width: 1480px; /* Ширина блока */
|
203 |
-
margin-left:
|
204 |
margin-top: 10px; /* Отступ сверху */
|
205 |
}
|
206 |
|
@@ -220,7 +220,7 @@ legend {
|
|
220 |
|
221 |
.label-camgs {
|
222 |
font-weight: bold;
|
223 |
-
min-width:
|
224 |
text-align: right;
|
225 |
}
|
226 |
|
|
|
200 |
border: 1px solid #1e90ff;
|
201 |
border-radius: 8px;
|
202 |
width: 1480px; /* Ширина блока */
|
203 |
+
margin-left: 10px; /* Сдвигаем блок правее */
|
204 |
margin-top: 10px; /* Отступ сверху */
|
205 |
}
|
206 |
|
|
|
220 |
|
221 |
.label-camgs {
|
222 |
font-weight: bold;
|
223 |
+
min-width: 55px; /* Минимальная ширина меток */
|
224 |
text-align: right;
|
225 |
}
|
226 |
|