Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -2
nutri_call.html
CHANGED
|
@@ -170,7 +170,7 @@ legend {
|
|
| 170 |
text-align: center;
|
| 171 |
margin-bottom: 5px;
|
| 172 |
width: 100%;
|
| 173 |
-
margin-left: -
|
| 174 |
}
|
| 175 |
|
| 176 |
.row-npk {
|
|
@@ -229,7 +229,7 @@ legend {
|
|
| 229 |
|
| 230 |
.label-camgs {
|
| 231 |
font-weight: bold;
|
| 232 |
-
min-width:
|
| 233 |
text-align: right;
|
| 234 |
}
|
| 235 |
|
|
|
|
| 170 |
text-align: center;
|
| 171 |
margin-bottom: 5px;
|
| 172 |
width: 100%;
|
| 173 |
+
margin-left: -25px; /* Сдвигаем строки влево */
|
| 174 |
}
|
| 175 |
|
| 176 |
.row-npk {
|
|
|
|
| 229 |
|
| 230 |
.label-camgs {
|
| 231 |
font-weight: bold;
|
| 232 |
+
min-width: 65px; /* Минимальная ширина меток */
|
| 233 |
text-align: right;
|
| 234 |
}
|
| 235 |
|